summaryrefslogtreecommitdiff
path: root/devel/horde-chora/Makefile
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-05-15 10:32:20 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-05-15 10:32:20 +0000
commitcd674241fff307bcc6573010a33e7d1bae529092 (patch)
tree63b553ed10ffe73007318eaf188db41715da60b8 /devel/horde-chora/Makefile
parentFix byte-compile error of dired.el. (diff)
Move www/horde-devel -> www/horde2 & mail/imp-devel -> mail/imp3
From PR's description: IMP 3.0 is the stable release of IMP, and Horde 2.0 the stable release of Horde. Note: mail/imp3 and deskutils/kronolith are marked as IS_INTERACTIVE since they need depending port mod_php4 with its mcrypt option enabled by hand. PR: ports/35051 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59158
Diffstat (limited to '')
-rw-r--r--devel/horde-chora/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile
index 0c794b65d611..413a8a96fde9 100644
--- a/devel/horde-chora/Makefile
+++ b/devel/horde-chora/Makefile
@@ -23,14 +23,14 @@ MAINTAINER= thierry@pompo.net
#
#-----------------------------------------------------------------------
-RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde-devel
+RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2
.if !defined(WITHOUT_ENSCRIPT)
.if defined(A4)
-RUN_DEPENDS= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-a4
+RUN_DEPENDS+= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-a4
.elif defined(DJ)
-RUN_DEPENDS= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letterdj
+RUN_DEPENDS+= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letterdj
.else
-RUN_DEPENDS= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letter
+RUN_DEPENDS+= ${LOCALBASE}/bin/enscript:${PORTSDIR}/print/enscript-letter
.endif
.endif