diff options
author | wiz <wiz> | 2002-06-15 21:00:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-15 21:00:27 +0000 |
commit | d5cba5a8c1588ebc8a50e4230dceac9b32951bcc (patch) | |
tree | 50a9e17ddbbf86c822728bd6634c8d129201e5e6 /www/kannel | |
parent | 7e57b1dfe3a9308e477c84bad159e7de9eb7077f (diff) | |
download | pkgsrc-d5cba5a8c1588ebc8a50e4230dceac9b32951bcc.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" |