summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2014-03-17 17:58:54 +0000
committerschnoebe <schnoebe@pkgsrc.org>2014-03-17 17:58:54 +0000
commit2b3b1a056cbf4d7397d8646cadb53cdcf3fab53d (patch)
tree43941aa0332837b6deb9b49caaa4b5f44426d2d5 /devel
parent9747b8582b9c5a44b20146d7fcc20a06709c326e (diff)
downloadpkgsrc-2b3b1a056cbf4d7397d8646cadb53cdcf3fab53d.tar.gz
Depend on ../../devel/scmcvs on systems where cvs is not in the "base".
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsd/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile
index 9a0f2fe891f..832cc41a781 100644
--- a/devel/cvsd/Makefile
+++ b/devel/cvsd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2013/07/12 10:44:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2014/03/17 17:58:54 schnoebe Exp $
DISTNAME= cvsd-1.0.23
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel scm
MASTER_SITES= http://arthurdejong.org/cvsd/
@@ -10,6 +10,10 @@ HOMEPAGE= http://arthurdejong.org/cvsd/
COMMENT= Run CVS pserver in a chroot-ed environment
LICENSE= gnu-gpl-v2
+.if !exists(/usr/bin/cvs)
+DEPENDS+= cvs>=1.11:../../devel/scmcvs
+.endif
+
USE_TOOLS+= gmake perl
GNU_CONFIGURE= YES