Date: Tue, 7 Jan 2014 01:38:37 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338972 - head/korean/scim-hangul Message-ID: <201401070138.s071cb2P049260@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Tue Jan 7 01:38:37 2014 New Revision: 338972 URL: http://svnweb.freebsd.org/changeset/ports/338972 Log: Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format. Modified: head/korean/scim-hangul/Makefile Modified: head/korean/scim-hangul/Makefile ============================================================================== --- head/korean/scim-hangul/Makefile Tue Jan 7 01:36:45 2014 (r338971) +++ head/korean/scim-hangul/Makefile Tue Jan 7 01:38:37 2014 (r338972) @@ -11,30 +11,22 @@ COMMENT= SCIM IMEngine module for Korean LICENSE= GPLv2 -LIB_DEPENDS= hangul:${PORTSDIR}/korean/libhangul \ - scim-1.0:${PORTSDIR}/textproc/scim +LIB_DEPENDS= libhangul.so:${PORTSDIR}/korean/libhangul \ + libscim-1.0.so:${PORTSDIR}/textproc/scim GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig +USES= gmake pkgconfig OPTIONS_DEFINE= NLS +OPTIONS_SUB= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} USES+= gettext -PLIST_SUB+= NLS="" +CONFIGURE_ARGS+=--enable-nls .else CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " .endif -post-install: - @${CAT} ${PKGMESSAGE} - @${ECHO} - @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' - @${ECHO} - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401070138.s071cb2P049260>