diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-26 10:27:34 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-26 10:27:34 +0000 |
commit | 9e679deb8ab03bfde35c9a4f8da01a82281b6b56 (patch) | |
tree | 769603d3ae0769631af3481898f1336d44c506db /net | |
parent | c4a597184bf48093c5d11998b3cdfbec93724451 (diff) | |
download | ports-9e679deb8ab03bfde35c9a4f8da01a82281b6b56.tar.gz ports-9e679deb8ab03bfde35c9a4f8da01a82281b6b56.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/nic/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/nic/Makefile b/net/nic/Makefile index fe6d627d0502..9b28a2e3c0bc 100644 --- a/net/nic/Makefile +++ b/net/nic/Makefile @@ -11,10 +11,12 @@ PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://pompo.net/horde/nic/ -MAINTAINER= thierry@pompo.net +MAINTAINER= thierry@FreeBSD.org COMMENT= Nic is a set of small web-based network applications -RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 +RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde + +BROKEN= "Not compatible with Horde 3 - to be refreshed." NO_BUILD= yes |