summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-27 08:30:24 +0000
committergrant <grant@pkgsrc.org>2003-05-27 08:30:24 +0000
commit793d8871e55b88b6b3c04504fcc2af8a5ffbbe8f (patch)
tree4568de476368f9a384111d0aa97c17e22023ba9a /www
parent719847a33d13e6dff55d8629074e28bc0d98de0f (diff)
downloadpkgsrc-793d8871e55b88b6b3c04504fcc2af8a5ffbbe8f.tar.gz
use mk/gcc.buildlink2.mk
Diffstat (limited to 'www')
-rw-r--r--www/ap-xslt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile
index 5a496c819be..1164174b21c 100644
--- a/www/ap-xslt/Makefile
+++ b/www/ap-xslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/05/27 05:04:25 grant Exp $
+# $NetBSD: Makefile,v 1.18 2003/05/27 08:30:44 grant Exp $
DISTNAME= modxslt-1.1
PKGNAME= ap-xslt-1.1
@@ -17,9 +17,9 @@ 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"
.include "../../www/apache/module.mk"
+.include "../../mk/gcc.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"