diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-09 12:12:27 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-09 12:12:27 +0000 |
commit | 4507f70fe445dbc3a7f2c5e1002384e9010468bd (patch) | |
tree | 1d45b9a8e05622232ceb31924831af02403319b8 /lang | |
parent | Fix 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/Makefile | 4 |
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 |