diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-23 22:05:49 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-03-23 22:05:49 +0800 |
commit | 70c25f91e539b7cebccb6fef5f10207d284144fb (patch) | |
tree | 7c0aec0085b0c46256871266d6256f754a0a5d0d /chinese | |
parent | 2eb3537cc2b09a50852a1885ec2a2605775e1ace (diff) | |
download | freebsd-ports-gnome-70c25f91e539b7cebccb6fef5f10207d284144fb.tar.gz freebsd-ports-gnome-70c25f91e539b7cebccb6fef5f10207d284144fb.tar.zst freebsd-ports-gnome-70c25f91e539b7cebccb6fef5f10207d284144fb.zip |
Fix MAKE_CMD to be scons after r381976
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/sunpinyin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index 32945e67f63a..c4ef11a2e565 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 MAKE_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share USE_LDCONFIG= yes -USES= scons gmake iconv pkgconfig tar:xz +USES= gmake scons iconv pkgconfig tar:xz LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} INSTALL_TARGET= install --install-sandbox=${STAGEDIR} |