diff options
author | thierry <thierry@FreeBSD.org> | 2004-05-09 12:12:27 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-05-09 12:12:27 +0000 |
commit | c44097f41a5ca6b52cf0df88552901168fd5f3fa (patch) | |
tree | b08710df28138bfa0c7e9add4d221d58a6994ea6 /lang/php4-horde/Makefile | |
parent | 78c20b957e84d15763b00c2ee00bf5ebe4de432f (diff) | |
download | FreeBSD-ports-c44097f41a5ca6b52cf0df88552901168fd5f3fa.zip FreeBSD-ports-c44097f41a5ca6b52cf0df88552901168fd5f3fa.tar.gz |
Define PHP_PORT. This should fix a package building failure
of horde-2.2.5 (reported by Kris).
Diffstat (limited to 'lang/php4-horde/Makefile')
-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 6cd7993..cab0ba4 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 |