diff options
author | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-06-08 12:23:59 +0000 |
commit | f6887a97b1cf54e4589596de7e95eb1ba7b75bdf (patch) | |
tree | d960fbec5319c8cc80876917a459761fde70d4c9 /net/smokeping/Makefile | |
parent | 033d0f34caa9e26fcf65bcbd100e00724250b0f1 (diff) | |
download | pkgsrc-f6887a97b1cf54e4589596de7e95eb1ba7b75bdf.tar.gz |
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'net/smokeping/Makefile')
-rw-r--r-- | net/smokeping/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 358fe877e15..7fea9191b80 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/12 21:05:15 kim Exp $ +# $NetBSD: Makefile,v 1.7 2004/06/08 12:24:00 cjep Exp $ DISTNAME= smokeping-1.28 CATEGORIES= net @@ -17,6 +17,8 @@ USE_PERL5= YES PERL5_REQD+= 5.6.0 USE_PKGINSTALL= yes +BUILD_DEFS+= USE_INET6 + PKG_SYSCONFSUBDIR?= smokeping MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} |