summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-26 03:37:48 +0000
committersnj <snj@pkgsrc.org>2004-04-26 03:37:48 +0000
commit73de2468eb76ce6e01fd6f9ce5039fac01fbf06e (patch)
tree171461ceb240ebed4a3052a68aac38f2a28d58f7 /www
parent108173741d008addfbaa5a1dd098ea0fcde0403c (diff)
downloadpkgsrc-73de2468eb76ce6e01fd6f9ce5039fac01fbf06e.tar.gz
This does not need buildlink2.
Diffstat (limited to 'www')
-rw-r--r--www/cvsweb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile
index dbcf8d05471..d1e8f1cfb16 100644
--- a/www/cvsweb/Makefile
+++ b/www/cvsweb/Makefile
@@ -1,5 +1,5 @@
#
-# $NetBSD: Makefile,v 1.17 2003/07/17 22:55:32 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/26 03:37:48 snj Exp $
#
DISTNAME= cvsweb-2.0.6
@@ -10,7 +10,8 @@ MAINTAINER= lukem@NetBSD.org
HOMEPAGE= http://www.freebsd.org/projects/cvsweb.html
COMMENT= Web interface for browsing a CVS repository
-USE_BUILDLINK2= YES
+NO_BUILDLINK= YES
+USE_PERL5= # defined
USE_PKGINSTALL= YES
PKG_SYSCONFSUBDIR?= httpd
@@ -57,5 +58,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}/${f}
.endfor
-.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"