diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /www/webalizer | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index a9810a3224e..f1bd3e6e336 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/12/28 08:02:33 minskim Exp $ +# $NetBSD: Makefile,v 1.34 2005/04/11 21:48:02 tv Exp $ # DISTNAME= webalizer-2.01-10-src @@ -17,7 +17,6 @@ COMMENT= Web server log file analysis program PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} -USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR} |