summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorskrll <skrll>2001-08-31 07:22:30 +0000
committerskrll <skrll>2001-08-31 07:22:30 +0000
commit1737e6fcb861572796b4d41627c2a75323449f74 (patch)
treef061bf6169c92bbce9a31d7124be0b9c412a4db3 /www
parent605868442b2c8911fc5324781a292d1e220c62e1 (diff)
downloadpkgsrc-1737e6fcb861572796b4d41627c2a75323449f74.tar.gz
Make libxml2 appear in the normal location so that pkgs don't have to
touched to find the includes/libraries.
Diffstat (limited to 'www')
-rw-r--r--www/kannel/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile
index f63c135421f..ef245ab4d07 100644
--- a/www/kannel/Makefile
+++ b/www/kannel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/07/21 14:16:53 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/08/31 07:22:31 skrll Exp $
#
DISTNAME= gateway-${KANNEL_VER}
@@ -18,9 +18,6 @@ USE_GMAKE= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-docs
-CFLAGS+= -I${BUILDLINK_DIR}/include/libxml2 \
- -I${BUILDLINK_DIR}/include/libxml2/libxml
-
.include "../../textproc/libxml2/buildlink.mk"
.include "../../devel/pth/buildlink.mk"
.include "../../mk/bsd.pkg.mk"