summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2003-05-27 05:04:25 +0000
committergrant <grant>2003-05-27 05:04:25 +0000
commitdf4ab95c45416743b00c4c529f8e782f2271c841 (patch)
tree00c2ee2f7ca8803b5f6e4638a6f51d2a4d45c949
parentd355f9b3bff73ee2a088783e77c275e4449dd61e (diff)
downloadpkgsrc-df4ab95c45416743b00c4c529f8e782f2271c841.tar.gz
this uses c++, so set USE_CXX and include gcc/buildlink2.mk. ride the
recent pkgrevision bump.
-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"