summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-27 05:04:25 +0000
committergrant <grant@pkgsrc.org>2003-05-27 05:04:25 +0000
commit37adc92fb5e9258ac1b32ae1c1966037cce8fdfa (patch)
tree00c2ee2f7ca8803b5f6e4638a6f51d2a4d45c949 /www
parentccfc918cb404e8ec8f3077d3f0a6f966d95d4c3f (diff)
downloadpkgsrc-37adc92fb5e9258ac1b32ae1c1966037cce8fdfa.tar.gz
this uses c++, so set USE_CXX and include gcc/buildlink2.mk. ride the
recent pkgrevision bump.
Diffstat (limited to 'www')
-rw-r--r--www/ap-xslt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile
index f771baa3bef..5a496c819be 100644
--- a/www/ap-xslt/Makefile
+++ b/www/ap-xslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/05/26 10:36:27 grant Exp $
+# $NetBSD: Makefile,v 1.17 2003/05/27 05:04:25 grant Exp $
DISTNAME= modxslt-1.1
PKGNAME= ap-xslt-1.1
@@ -12,10 +12,12 @@ HOMEPAGE= http://modxslt.sourceforge.net/
COMMENT= Simple, fast XSLT transformations for apache
USE_BUILDLINK2= YES
+USE_CXX= YES
APACHE_MODULE_NAME= mod_xslt.so
LDFLAGS+= -lsablot -liconv -lstdc++ -lm
+.include "../../lang/gcc/buildlink2.mk"
.include "../../textproc/sablotron/buildlink2.mk"
.include "../../www/libwww/buildlink2.mk"