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 | 46b378506ab7810ff867330e0f1c25aae5471317 (patch) | |
tree | d960fbec5319c8cc80876917a459761fde70d4c9 /news/inn | |
parent | 513eca69511c6258e4cad2625a7d2557e18680e3 (diff) | |
download | pkgsrc-46b378506ab7810ff867330e0f1c25aae5471317.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} |