diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-05 12:12:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-05 12:12:14 +0000 |
commit | 011bf78d9b675b0b991630a3c203469fda70c91e (patch) | |
tree | c7629f1317445de76302133da665abb967dd5dcd /www/webalizer/Makefile | |
parent | e64054dd717203029da936c6a8c05103abbd3780 (diff) | |
download | pkgsrc-011bf78d9b675b0b991630a3c203469fda70c91e.tar.gz |
Add '--enable-dns' to CONFIGURE_ARGS. pkg/12753 by Dave Burgess.
Diffstat (limited to 'www/webalizer/Makefile')
-rw-r--r-- | www/webalizer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 96f42966c4d..a44f1476fb3 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/02/17 17:22:46 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/05/05 12:12:14 wiz Exp $ # DISTNAME= webalizer-2.01-06-src @@ -21,7 +21,8 @@ WRKSRC= ${WRKDIR}/webalizer-2.01-06 USE_X11= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gd=${LOCALBASE}/include +CONFIGURE_ARGS= --with-gd=${LOCALBASE}/include \ + --enable-dns post-patch: @for f in webalizer.1; do \ |