svn commit: r381998 - head/chinese/sunpinyin

Bryan Drewery bdrewery at FreeBSD.org
Mon Mar 23 14:05:50 UTC 2015


Author: bdrewery
Date: Mon Mar 23 14:05:49 2015
New Revision: 381998
URL: https://svnweb.freebsd.org/changeset/ports/381998
QAT: https://qat.redports.org/buildarchive/r381998/

Log:
  Fix MAKE_CMD to be scons after r381976

Modified:
  head/chinese/sunpinyin/Makefile

Modified: head/chinese/sunpinyin/Makefile
==============================================================================
--- head/chinese/sunpinyin/Makefile	Mon Mar 23 13:53:24 2015	(r381997)
+++ head/chinese/sunpinyin/Makefile	Mon Mar 23 14:05:49 2015	(r381998)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/d
 
 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}
 


More information about the svn-ports-head mailing list