diff options
author | itojun <itojun> | 2000-08-27 09:04:31 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-08-27 09:04:31 +0000 |
commit | 7e77f9c91be5964b7ca690ec83717ce4f1570a21 (patch) | |
tree | 5eb50fcb12961cbd239e8f1c259d38ed7cde6c05 /www/bozohttpd/Makefile | |
parent | b355be523dbd1c4af3c8505765a50fe267a34e4e (diff) | |
download | pkgsrc-7e77f9c91be5964b7ca690ec83717ce4f1570a21.tar.gz |
upgrade to 5.06. 5.06 integrates IPv6 patch to 5.05.
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") |