diff options
author | shaun <shaun@FreeBSD.org> | 2006-07-25 05:19:42 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-07-25 05:19:42 +0800 |
commit | b54e0c74ff7e8b880ff4df9af3d06acb129a12e2 (patch) | |
tree | ffcd706f6793929bdef6245a2fe762ba6db710bc /www/horde-base | |
parent | d4de36615dbef67fedaa97c5553b4fa29f2a4ba6 (diff) | |
download | freebsd-ports-gnome-b54e0c74ff7e8b880ff4df9af3d06acb129a12e2.tar.gz freebsd-ports-gnome-b54e0c74ff7e8b880ff4df9af3d06acb129a12e2.tar.zst freebsd-ports-gnome-b54e0c74ff7e8b880ff4df9af3d06acb129a12e2.zip |
Remove traces of (the now removed) horde-php5 port.
Diffstat (limited to 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index 7608f3cfb95c..f3ca3a8c2046 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -17,9 +17,6 @@ MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/horde/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/horde/ \ http://ftp.horde.org/pub/horde/ -.if defined(WITH_PHP5) -PKGNAMESUFFIX= -php5 -.endif MAINTAINER= shaun@FreeBSD.org COMMENT= A common code-base used by Horde applications, written in PHP @@ -27,8 +24,6 @@ COMMENT= A common code-base used by Horde applications, written in PHP #---------------------------------------------------------------------------- # You may define these options: # -# - WITH_PHP5: if you run PHP5 (you could use www/horde-php5). -# # - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree. # # - WITHOUT_MYSQL: this port is built with MySQL by default |