diff options
-rw-r--r-- | www/kannel/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index ebce4707905..997b2988a0e 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/06/11 06:34:55 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/25 21:51:06 zuntum Exp $ # DISTNAME= gateway-0.8 @@ -10,14 +10,12 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.kannel.org/ COMMENT= open source WAP and SMS gateway -DEPENDS+= libxml>=1.8.7:../../textproc/libxml -DEPENDS+= pth>=1.3.5:../../devel/pth - +USE_BUILDLINK_ONLY=YES USE_PERL5= YES USE_GMAKE= YES GNU_CONFIGURE= YES -CFLAGS+= -I${LOCALBASE}/include -CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+=--disable-docs +.include "../../textproc/libxml/buildlink.mk" +.include "../../devel/pth/buildlink.mk" .include "../../mk/bsd.pkg.mk" |