diff options
author | abs <abs> | 2008-04-23 20:23:47 +0000 |
---|---|---|
committer | abs <abs> | 2008-04-23 20:23:47 +0000 |
commit | 0c97fbb73e4d517e301078fa5245e8675bf3436e (patch) | |
tree | ac96570bb4bb7e004afcdf156d7c7648fafc43f1 /textproc | |
parent | 60a7cf0c7e62728fea02e1db7d79c16d3a54247e (diff) | |
download | pkgsrc-0c97fbb73e4d517e301078fa5245e8675bf3436e.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 |