diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-25 21:51:06 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-25 21:51:06 +0000 |
commit | 039269b54c671c46ee3b2421076e8d0772aeaa6e (patch) | |
tree | f48fca0461da5751703fea961aa9854ac3237689 /www/kannel | |
parent | 342949af312af0805d879a7853d49b76d768b35e (diff) | |
download | pkgsrc-039269b54c671c46ee3b2421076e8d0772aeaa6e.tar.gz |
o convert to use buildlink.mk by:
- removing CFLAGS+=_I${LOCALBASE}/include and CPPFLAGS+= -I${LOCALBASE}/include
- removing libxml and pth from DEPENDS and including theirs buildlink.mk files
We should all thank Johnny C. Lam for this buildlink.mk stuff -- it makes
life simplier.
Diffstat (limited to 'www/kannel')
-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" |