diff options
Diffstat (limited to 'www/bozohttpd/Makefile')
-rw-r--r-- | www/bozohttpd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 8e12269bd7f..7114d8ddcf8 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2000/08/23 12:24:41 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/27 09:04:31 itojun Exp $ # -DISTNAME= bozohttpd-5.05 -PKGNAME= ${DISTNAME}nb1 +DISTNAME= bozohttpd-5.06 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -11,6 +10,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.eterna.com.au/bozohttpd/ +BUILD_DEFS+= USE_INET6 + .include "../../mk/bsd.prefs.mk" .if defined(USE_INET6) && (${USE_INET6} == "YES") |