diff options
author | zuntum <zuntum> | 2001-06-25 21:51:06 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-25 21:51:06 +0000 |
commit | 58dacd2bed5f3b70d140f72978683829a485a0c1 (patch) | |
tree | f48fca0461da5751703fea961aa9854ac3237689 /www/kannel | |
parent | 0a02b5e71ff439f28fff4a2edd74b78c41df8b46 (diff) | |
download | pkgsrc-58dacd2bed5f3b70d140f72978683829a485a0c1.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" |