Date: Mon, 30 Dec 2013 22:26:04 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338188 - head/chinese/scim-array Message-ID: <201312302226.rBUMQ4Sv053836@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 30 22:26:04 2013 New Revision: 338188 URL: http://svnweb.freebsd.org/changeset/ports/338188 Log: Stage support, uses gmake Modified: head/chinese/scim-array/Makefile Modified: head/chinese/scim-array/Makefile ============================================================================== --- head/chinese/scim-array/Makefile Mon Dec 30 22:24:45 2013 (r338187) +++ head/chinese/scim-array/Makefile Mon Dec 30 22:26:04 2013 (r338188) @@ -14,13 +14,11 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext pkgconfig iconv +USES= gettext gmake iconv pkgconfig CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e "s,@SCIM_MODULEDIR@,$$(pkg-config --variable=moduledir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e "s,@SCIM_ICONDIR@,$$(pkg-config --variable=icondir scim | ${SED} -e s,`pkg-config --variable=prefix scim`,${PREFIX},)," ${WRKSRC}/data/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312302226.rBUMQ4Sv053836>