diff options
author | grant <grant@pkgsrc.org> | 2003-05-27 05:04:25 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-05-27 05:04:25 +0000 |
commit | 37adc92fb5e9258ac1b32ae1c1966037cce8fdfa (patch) | |
tree | 00c2ee2f7ca8803b5f6e4638a6f51d2a4d45c949 /www/ap-xslt | |
parent | ccfc918cb404e8ec8f3077d3f0a6f966d95d4c3f (diff) | |
download | pkgsrc-37adc92fb5e9258ac1b32ae1c1966037cce8fdfa.tar.gz |
this uses c++, so set USE_CXX and include gcc/buildlink2.mk. ride the
recent pkgrevision bump.
Diffstat (limited to 'www/ap-xslt')
-rw-r--r-- | www/ap-xslt/Makefile | 4 |
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" |