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 /news/inn | |
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 'news/inn')
-rw-r--r-- | news/inn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index d149938b6bf..f1abc2030f6 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2004/06/02 11:43:55 tron Exp $ +# $NetBSD: Makefile,v 1.58 2004/06/08 12:24:00 cjep Exp $ DISTNAME= inn-2.4.1 CATEGORIES= news @@ -13,6 +13,7 @@ COMMENT= The public release of InterNet News (INN) CONFLICTS+= nntpclnt-[0-9]* .include "Makefile.common" +BUILD_DEFS+= USE_INET6 BUILD_DEFS+= INN_DATA_DIR INN_USER INN_GROUP FILES_SUBST+= INN_DATA_DIR=${INN_DATA_DIR} |