summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-05-09 12:12:27 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-05-09 12:12:27 +0000
commit4507f70fe445dbc3a7f2c5e1002384e9010468bd (patch)
tree1d45b9a8e05622232ceb31924831af02403319b8 /lang
parentFix MASTER_SITES (diff)
Define PHP_PORT. This should fix a package building failure
of horde-2.2.5 (reported by Kris).
Diffstat (limited to 'lang')
-rw-r--r--lang/php4-horde/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php4-horde/Makefile b/lang/php4-horde/Makefile
index 6cd79930df17..cab0ba402ea9 100644
--- a/lang/php4-horde/Makefile
+++ b/lang/php4-horde/Makefile
@@ -8,7 +8,7 @@
CATEGORIES= lang www
PKGNAMESUFFIX= -horde
-MAINTAINER= thierry@pompo.net
+MAINTAINER= thierry@FreeBSD.org
COMMENT= A default PHP configured for the Horde framework
#-----------------------------------------------------------------------
@@ -30,6 +30,8 @@ COMMENT= A default PHP configured for the Horde framework
#
#-----------------------------------------------------------------------
+PHP_PORT= ${PORTSDIR}/lang/php${PHP_VER}${PKGNAMESUFFIX}
+
WITH_DOMXML= yes
WITH_GETTEXT= yes
WITH_SESSION= yes