diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-15 21:00:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-15 21:00:27 +0000 |
commit | 728ee85243adad9adcac02b18300c0b2da1d0c1e (patch) | |
tree | 50a9e17ddbbf86c822728bd6634c8d129201e5e6 /www/kannel | |
parent | 22da597a5b9de4717724abc9223c9852a94a4d6d (diff) | |
download | pkgsrc-728ee85243adad9adcac02b18300c0b2da1d0c1e.tar.gz |
Use pthread.buildlink.mk instead of pth's buildlink.mk.
pkg/17266 by Lubomir Sedlacik.
Diffstat (limited to 'www/kannel')
-rw-r--r-- | www/kannel/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index ef245ab4d07..62951f7e63c 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/08/31 07:22:31 skrll Exp $ +# $NetBSD: Makefile,v 1.9 2002/06/15 21:00:27 wiz Exp $ # DISTNAME= gateway-${KANNEL_VER} @@ -12,12 +12,14 @@ COMMENT= open source WAP and SMS gateway KANNEL_VER= 1.0.3 +GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES -USE_PERL5= YES USE_GMAKE= YES -GNU_CONFIGURE= YES +USE_PERL5= YES +USE_PTHREAD= native pth + CONFIGURE_ARGS+= --disable-docs .include "../../textproc/libxml2/buildlink.mk" -.include "../../devel/pth/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/bsd.pkg.mk" |