diff options
author | skrll <skrll@pkgsrc.org> | 2001-08-31 07:22:30 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-08-31 07:22:30 +0000 |
commit | 4321ab57d957c05ad7a192fdbabfa7ec98f608e0 (patch) | |
tree | f061bf6169c92bbce9a31d7124be0b9c412a4db3 /www/kannel/Makefile | |
parent | 8188bdebc04bf8d5edf129c3bb54696af4511301 (diff) | |
download | pkgsrc-4321ab57d957c05ad7a192fdbabfa7ec98f608e0.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/kannel/Makefile')
-rw-r--r-- | www/kannel/Makefile | 5 |
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" |