summaryrefslogtreecommitdiff
path: root/www/cvsweb
diff options
context:
space:
mode:
authorsnj <snj>2004-04-26 03:37:48 +0000
committersnj <snj>2004-04-26 03:37:48 +0000
commit74df776e01c15501d6321f17776b15d9a3723795 (patch)
tree171461ceb240ebed4a3052a68aac38f2a28d58f7 /www/cvsweb
parent531ba9a775a07b069c45c1ae70e307e20311d0eb (diff)
downloadpkgsrc-74df776e01c15501d6321f17776b15d9a3723795.tar.gz
This does not need buildlink2.
Diffstat (limited to 'www/cvsweb')
-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"