summaryrefslogtreecommitdiff
path: root/www/ap-xslt
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-31 12:57:31 +0000
committergrant <grant@pkgsrc.org>2003-05-31 12:57:31 +0000
commit75a4efae49a3d371754ab4294b1c0f18a984394e (patch)
tree398f899943a678640b32449d24e6a9cd2ea2963b /www/ap-xslt
parent082c95734913e746dc8c56b6cd1c0e0e390bb31f (diff)
downloadpkgsrc-75a4efae49a3d371754ab4294b1c0f18a984394e.tar.gz
a dependency (sablotron) uses gcc shlibs, not this package, so no
need to set USE_GCC_SHLIBS. we also don't need libiconv, libstdc++ or libm. bump PKGREVISION.
Diffstat (limited to 'www/ap-xslt')
-rw-r--r--www/ap-xslt/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile
index bb2f2ba162f..7ce4a72b44b 100644
--- a/www/ap-xslt/Makefile
+++ b/www/ap-xslt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2003/05/29 23:14:11 grant Exp $
+# $NetBSD: Makefile,v 1.20 2003/05/31 12:57:31 grant Exp $
DISTNAME= modxslt-1.1
PKGNAME= ap-xslt-1.1
-PKGREVISION= 4
+PKGREVISION= 5
WRKSRC= ${WRKDIR}/modxslt
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modxslt/}
@@ -12,10 +12,9 @@ HOMEPAGE= http://modxslt.sourceforge.net/
COMMENT= Simple, fast XSLT transformations for apache
USE_BUILDLINK2= YES
-USE_GCC_SHLIB= YES
APACHE_MODULE_NAME= mod_xslt.so
-LDFLAGS+= -lsablot -liconv -lstdc++ -lm
+LDFLAGS+= -lsablot
.include "../../textproc/sablotron/buildlink2.mk"
.include "../../www/libwww/buildlink2.mk"