summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorcjep <cjep>2004-06-08 12:23:59 +0000
committercjep <cjep>2004-06-08 12:23:59 +0000
commit9ff27d494c9f07811d2a9898f5e6534ee8033a87 (patch)
treed960fbec5319c8cc80876917a459761fde70d4c9 /www
parent24c449e2051758edd0c3675ed52006003906a9c3 (diff)
downloadpkgsrc-9ff27d494c9f07811d2a9898f5e6534ee8033a87.tar.gz
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'www')
-rw-r--r--www/wwwoffle/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
index fdf4accc377..b0d6245ee97 100644
--- a/www/wwwoffle/Makefile
+++ b/www/wwwoffle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2004/01/24 15:23:47 grant Exp $
+# $NetBSD: Makefile,v 1.50 2004/06/08 12:24:00 cjep Exp $
DISTNAME= wwwoffle-2.7f
PKGREVISION= 2
@@ -25,6 +25,8 @@ INSTALL_EXTRA_TMPL= ${PKGDIR}/INSTALL
RCD_SCRIPTS= wwwoffled
+BUILD_DEFS+= USE_INET6
+
post-build:
cd ${WRKSRC}/cache/search/htdig/scripts; \
for f in wwwoffle-ht*; do \