diff options
Diffstat (limited to 'www/ap-xslt')
-rw-r--r-- | www/ap-xslt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile index 211bc4d2e7b..94d74ead3d7 100644 --- a/www/ap-xslt/Makefile +++ b/www/ap-xslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/10/04 22:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2007/02/22 19:27:18 wiz Exp $ DISTNAME= modxslt-1.1 PKGNAME= ap13-xslt-1.1 @@ -14,7 +14,7 @@ CONFLICTS= ap-xslt-[0-9]* WRKSRC= ${WRKDIR}/modxslt APACHE_MODULE_NAME= mod_xslt.so -LDFLAGS+= -lsablot +LDFLAGS+= -lsablot .include "../../www/apache/module.mk" |