diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 22:26:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 22:26:04 +0000 |
commit | 9714b96f7232d950e2cbea69abafe6361c5a365d (patch) | |
tree | 24ee3ef260f8f89949946a835c0efda15f0475d5 /chinese/scim-array | |
parent | 150b789f3251eef3d123d2679de50c9ab79f626b (diff) | |
download | ports-9714b96f7232d950e2cbea69abafe6361c5a365d.tar.gz ports-9714b96f7232d950e2cbea69abafe6361c5a365d.zip |
Notes
Diffstat (limited to 'chinese/scim-array')
-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 |