diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 06:26:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 06:26:04 +0800 |
commit | 2444446f49d746f5e3efae848c3d2e6dcb0ba755 (patch) | |
tree | 24ee3ef260f8f89949946a835c0efda15f0475d5 /chinese | |
parent | 47209127e21313a5145ac5e0cdfc5aabfdff6cb1 (diff) | |
download | freebsd-ports-gnome-2444446f49d746f5e3efae848c3d2e6dcb0ba755.tar.gz freebsd-ports-gnome-2444446f49d746f5e3efae848c3d2e6dcb0ba755.tar.zst freebsd-ports-gnome-2444446f49d746f5e3efae848c3d2e6dcb0ba755.zip |
Stage support, uses gmake
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/scim-array/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chinese/scim-array/Makefile b/chinese/scim-array/Makefile index 46658bf2f2d9..ea3fc70fea44 100644 --- a/chinese/scim-array/Makefile +++ b/chinese/scim-array/Makefile @@ -14,13 +14,11 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim 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 |