diff options
author | garga <garga@FreeBSD.org> | 2010-09-14 20:02:32 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-09-14 20:02:32 +0800 |
commit | 48fd7b5db782ad681bd5977e5f6d0dfcbcff0296 (patch) | |
tree | 44f564c90b041cc1b9c2db2bd8eafd4adaf942f0 /ports-mgmt/tinderbox | |
parent | 05634a784e23a65a36c83bb2f8d3916e347bd9f6 (diff) | |
download | freebsd-ports-gnome-48fd7b5db782ad681bd5977e5f6d0dfcbcff0296.tar.gz freebsd-ports-gnome-48fd7b5db782ad681bd5977e5f6d0dfcbcff0296.tar.zst freebsd-ports-gnome-48fd7b5db782ad681bd5977e5f6d0dfcbcff0296.zip |
Remove dependency of net/csup since the port is DEPRECATED and will be removed
Approved by: portmgr (pav)
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 23eb300b56b5..e042a61391cf 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -70,12 +70,6 @@ IGNORE_WITH_MYSQL= 323 40 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER:S/323//} .endif -.if ! (${OSVERSION} > 700014 || ( ${OSVERSION} >= 601101 && ${OSVERSION} < 700000 )) -.if !defined(WITHOUT_CSUP) -RUN_DEPENDS+= csup:${PORTSDIR}/net/csup -.endif -.endif - .if defined(WITH_CVSUP) RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui .endif |