diff options
author | tron <tron> | 1999-09-03 21:57:49 +0000 |
---|---|---|
committer | tron <tron> | 1999-09-03 21:57:49 +0000 |
commit | 2dd948ab1ff1be7df0fb959d0191fb2823f93e35 (patch) | |
tree | 54537794c017fccc813ff09997b0905cdce8d949 /www/wwwoffle/Makefile | |
parent | 401d3534884644c455da1c46f82888a59a001b8f (diff) | |
download | pkgsrc-2dd948ab1ff1be7df0fb959d0191fb2823f93e35.tar.gz |
Record "${USE_INET6}" in build definitions.
Diffstat (limited to 'www/wwwoffle/Makefile')
-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" |