svn commit: r344117 - head/chinese/sunpinyin
Martin Wilke
miwi at FreeBSD.org
Thu Feb 13 14:18:59 UTC 2014
Author: miwi
Date: Thu Feb 13 14:18:58 2014
New Revision: 344117
URL: http://svnweb.freebsd.org/changeset/ports/344117
QAT: https://qat.redports.org/buildarchive/r344117/
Log:
- Convert USE_SCONS to USES
Modified:
head/chinese/sunpinyin/Makefile
Modified: head/chinese/sunpinyin/Makefile
==============================================================================
--- head/chinese/sunpinyin/Makefile Thu Feb 13 14:13:49 2014 (r344116)
+++ head/chinese/sunpinyin/Makefile Thu Feb 13 14:18:58 2014 (r344117)
@@ -20,10 +20,9 @@ LICENSE_COMB= dual
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
USE_XZ= yes
-USE_SCONS= yes
-SCONS_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share
+MAKE_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share
USE_LDCONFIG= yes
-USES= gmake iconv pkgconfig
+USES= scons gmake iconv pkgconfig
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
NO_STAGE= yes
More information about the svn-ports-all
mailing list