diff options
author | tron <tron@pkgsrc.org> | 1999-09-03 21:57:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-03 21:57:49 +0000 |
commit | 8806522d1706ce8f1f4dce2fe1a0452f191d880e (patch) | |
tree | 54537794c017fccc813ff09997b0905cdce8d949 /www/wwwoffle | |
parent | e2e1f85a6ef0675317bcf8badf37cd25b81d5c91 (diff) | |
download | pkgsrc-8806522d1706ce8f1f4dce2fe1a0452f191d880e.tar.gz |
Record "${USE_INET6}" in build definitions.
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index e83a3edcabc..c27207aa1c7 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/09/03 21:07:36 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/09/03 21:57:49 tron Exp $ DISTNAME= wwwoffle-2.4 CATEGORIES= www @@ -15,6 +15,8 @@ NO_CONFIGURE= yes MESSAGE_FILE= ${WRKDIR}/MESSAGE PLIST_SRC= ${WRKDIR}/PLIST +BUILD_DEFS+= USE_INET6 + # to get USE_INET6 .include "../../mk/bsd.prefs.mk" |