diff options
Diffstat (limited to 'www/ap-xslt')
-rw-r--r-- | www/ap-xslt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile index 7d7d4b4ac2c..4f662236a8d 100644 --- a/www/ap-xslt/Makefile +++ b/www/ap-xslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/02/17 17:57:19 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/02/17 21:01:08 grant Exp $ DISTNAME= modxslt PKGNAME= ap-xslt-1.1 @@ -13,7 +13,6 @@ COMMENT= Simple, fast XSLT transformations for apache USE_BUILDLINK2= YES APACHE_MODULE_NAME= mod_xslt.so -APACHE_MODULE_SRC= *.c .include "../../textproc/sablotron/buildlink2.mk" .include "../../www/apache/module.mk" |