diff options
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 |