diff options
author | sada <sada@FreeBSD.org> | 2002-05-15 18:32:20 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-15 18:32:20 +0800 |
commit | b49e5347ee62ecc8e4fa221a7a1907a5a968d870 (patch) | |
tree | 96857d3f04d501ca61dfc6eaa78b6ef55e5ef87f /deskutils/horde-kronolith/Makefile | |
parent | 010eb6b53e799e48cedba17b79d764cdca0952e8 (diff) | |
download | freebsd-ports-gnome-b49e5347ee62ecc8e4fa221a7a1907a5a968d870.tar.gz freebsd-ports-gnome-b49e5347ee62ecc8e4fa221a7a1907a5a968d870.tar.zst freebsd-ports-gnome-b49e5347ee62ecc8e4fa221a7a1907a5a968d870.zip |
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
Diffstat (limited to 'deskutils/horde-kronolith/Makefile')
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index bc1266245d0a..6603381949f4 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-kronolith/Makefile @@ -13,8 +13,9 @@ MASTER_SITES= http://pompo.net/horde/kronolith/ MAINTAINER= thierry@pompo.net -RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp-devel +RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 +IS_INTERACTIVE= 'need to build mod_php4 with mcrypt option set.' NO_BUILD= yes DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL |