diff options
author | jwise <jwise@pkgsrc.org> | 2002-01-05 21:18:02 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2002-01-05 21:18:02 +0000 |
commit | 12fe642351503bc6116338c81390c3060dc567c9 (patch) | |
tree | a57e648119749fbd65c1d03be7c92b4e16e4734d /www/ap-xslt/Makefile | |
parent | 7df62e5f68c0f44e87ee77eed57ce73f0ff555dc (diff) | |
download | pkgsrc-12fe642351503bc6116338c81390c3060dc567c9.tar.gz |
New sablotron needs iconv to be linked in as well.
Dependency is picked up via the sablotron package, so just add to link.
Bump version to nb1, as old version will build correctly, but fail to link
into apache.
Diffstat (limited to 'www/ap-xslt/Makefile')
-rw-r--r-- | www/ap-xslt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile index ffe24e051a2..df3e09f961c 100644 --- a/www/ap-xslt/Makefile +++ b/www/ap-xslt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/11/29 01:12:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2002/01/05 21:18:02 jwise Exp $ DISTNAME= modxslt -PKGNAME= ap-xslt-1.1 +PKGNAME= ap-xslt-1.1nb1 PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.sourceforge.net/modxslt/ |