diff options
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" |