diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-19 12:59:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-19 12:59:35 +0000 |
commit | b6b410305dfea87d7e10046eee59457286b01783 (patch) | |
tree | d7c4d995fe26a2b4138b43185d47819913617073 /chinese/scim-chewing/Makefile | |
parent | 40f473e916b51ec47a53b2c724f72697264105f1 (diff) |
Notes
Diffstat (limited to 'chinese/scim-chewing/Makefile')
-rw-r--r-- | chinese/scim-chewing/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chinese/scim-chewing/Makefile b/chinese/scim-chewing/Makefile index 13232afd81fc..18396ecfe934 100644 --- a/chinese/scim-chewing/Makefile +++ b/chinese/scim-chewing/Makefile @@ -6,26 +6,25 @@ # PORTNAME= scim-chewing -PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTVERSION= 0.3.3 CATEGORIES= chinese MASTER_SITES= http://chewing.csie.net/download/scim/ MAINTAINER= ports@FreeBSD.org COMMENT= SCIM chewing Chinese input methods +BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim LIB_DEPENDS= chewing.3:${PORTSDIR}/chinese/libchewing -BUILD_DEPENDS= ${RUN_DEPENDS} \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +USE_BZIP2= yes +USE_GNOME= intltool USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-D__STDC_ISO_10646__ -I${LOCALBASE}/include" post-patch: - @${REINPLACE_CMD} -e 's,/1.0.0/,/,g' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's,@DATADIRNAME@,share,g' ${WRKSRC}/po/Makefile.in.in post-install: |