aboutsummaryrefslogtreecommitdiff
path: root/devel/horde-chora
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-11-26 23:46:41 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-11-26 23:46:41 +0000
commitdb928b5589fda0665ac281ff87bc70d34ee2de5a (patch)
tree39fd2aa548f5e1d594ab92542d3ae3f48d813952 /devel/horde-chora
parent5cf8e71aec97f3394b27b55dee923f6befed6ab1 (diff)
downloadports-db928b5589fda0665ac281ff87bc70d34ee2de5a.tar.gz
ports-db928b5589fda0665ac281ff87bc70d34ee2de5a.zip
Notes
Diffstat (limited to 'devel/horde-chora')
-rw-r--r--devel/horde-chora/Makefile12
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>