diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-11-26 23:46:41 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-11-26 23:46:41 +0000 |
commit | db928b5589fda0665ac281ff87bc70d34ee2de5a (patch) | |
tree | 39fd2aa548f5e1d594ab92542d3ae3f48d813952 /devel/horde-chora | |
parent | 5cf8e71aec97f3394b27b55dee923f6befed6ab1 (diff) | |
download | ports-db928b5589fda0665ac281ff87bc70d34ee2de5a.tar.gz ports-db928b5589fda0665ac281ff87bc70d34ee2de5a.zip |
Notes
Diffstat (limited to 'devel/horde-chora')
-rw-r--r-- | devel/horde-chora/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile index 4703f6fde989..378730bf0abe 100644 --- a/devel/horde-chora/Makefile +++ b/devel/horde-chora/Makefile @@ -7,7 +7,7 @@ PORTNAME= chora PORTVERSION= 2.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel www DIST_SUBDIR= horde @@ -32,7 +32,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion .endif .if !defined(WITHOUT_CVSPS) -RUN_DEPENDS+= ${LOCALBASE}/bin/cvsps:${PORTSDIR}/devel/cvsps-devel +RUN_DEPENDS+= ${LOCALBASE}/bin/cvsps:${PORTSDIR}/devel/cvsps .endif .if !defined(WITHOUT_CVSGRAPH) @@ -58,13 +58,5 @@ pre-configure: -e "s|%%CONFDIR%%|${CONFDIR}|" \ ${WRKSRC}/config/sourceroots.php.dist -pre-install: -.if !defined(WITHOUT_CVSPS) - @if ! ${PKG_INFO} -I -x cvsps-devel > /dev/null ; then \ - ${ECHO_MSG} "Error: cvsps-devel is required, not cvsps." ; \ - ${FALSE} ; \ - fi -.endif - .include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" .include <bsd.port.mk> |