aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-20 10:44:45 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-20 10:44:45 +0000
commit652ef6c95043692e28312bd8c0525e6c0197eb25 (patch)
treefbfae2d32a4a5c6137c81aaf9665fbaf06474c37 /ports-mgmt/tinderbox
parentc5ae1870520f8d93d9f5c8c6f26769e5c0cd912e (diff)
downloadports-652ef6c95043692e28312bd8c0525e6c0197eb25.tar.gz
ports-652ef6c95043692e28312bd8c0525e6c0197eb25.zip
Notes
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r--ports-mgmt/tinderbox/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index fc5b776993b6..69522a1e61d4 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -6,10 +6,11 @@
PORTNAME= tinderbox
PORTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://tinderbox.marcuscom.com/
-MAINTAINER= andreas@syndrom23.de
+MAINTAINER= itetcu@FreeBSD.org
COMMENT= Port build tinderbox system
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
@@ -49,9 +50,11 @@ USE_MYSQL= yes
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
.endif
-.if defined(WITH_CSUP)
+.if !defined(WITHOUT_CSUP)
+.if ! exists(/usr/bin/csup)
RUN_DEPENDS+= csup:${PORTSDIR}/net/csup
.endif
+.endif
.if defined(WITH_CVSUP)
RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui