diff options
author | abs <abs@pkgsrc.org> | 2008-04-23 20:23:47 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-04-23 20:23:47 +0000 |
commit | 7eea83ac0250c93478119c21d1c5c55ae07cc793 (patch) | |
tree | ac96570bb4bb7e004afcdf156d7c7648fafc43f1 /textproc | |
parent | 8f876d71b35d48e4e1063e216bc66d6dcaf4c51a (diff) | |
download | pkgsrc-7eea83ac0250c93478119c21d1c5c55ae07cc793.tar.gz |
Fix PLIST - bump PKGREVISION
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index ca02f3a4e4c..5460d9daaa8 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.33 2008/04/12 22:43:13 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2008/04/23 20:23:47 abs Exp $ # DISTNAME= xerces-c-src_2_7_0 PKGNAME= ${DISTNAME:S/-src_/-/:S/_/./g} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://apache.rmplc.co.uk/xml/xerces-c/source/ @@ -40,14 +40,11 @@ CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv} PLIST_VARS+= gnu-iconv native-iconv CONFIGURE_ARGS.gnu-iconv+= -t IconvGNU # transcoder -PLIST.gnu-iconv= yes CONFIGURE_ARGS.native-iconv+= -t native # transcoder -PLIST.native-iconv= yes CONFIGURE_ENV+= ${XERCES_ENV} MAKE_ENV+= ${XERCES_ENV} -PLIST_SUBST+= ${PLIST_SUBST.${ICONV_TYPE}-iconv} # On Darwin, we have to use native (not libiconv) converter. see MacOSPlatformUtils.cpp. .if ${OPSYS} == "Darwin" @@ -70,3 +67,6 @@ post-install: ${DESTDIR}${PREFIX}/include/xercesc/dom/impl .include "../../mk/bsd.pkg.mk" + +# Must be after bsd.pkg.mk +PLIST.${ICONV_TYPE}-iconv= yes |