diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-18 01:18:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-18 01:18:50 +0000 |
commit | 78c70a488b9b2544aee70e70cc27cc7d5f33a0aa (patch) | |
tree | 96f31d4b0033b4ce4ecccbf20e16a1b77d86fa44 /x11-toolkits/php-gtk | |
parent | 7a0750b7cc60d07205606167f5c54dce0bb5abc1 (diff) | |
download | ports-78c70a488b9b2544aee70e70cc27cc7d5f33a0aa.tar.gz ports-78c70a488b9b2544aee70e70cc27cc7d5f33a0aa.zip |
Fix the ability to make master_sites_all. While I'm here, add the
explicit dependency on the lang/php4 binary -- I could not install
without that.
PR: ports/59386.
Submitted by: Dan Langille <dan@langille.org>.
Notes
Notes:
svn path=/head/; revision=94218
Diffstat (limited to 'x11-toolkits/php-gtk')
-rw-r--r-- | x11-toolkits/php-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile index d5080b381e66..c1ae3dff9386 100644 --- a/x11-toolkits/php-gtk/Makefile +++ b/x11-toolkits/php-gtk/Makefile @@ -21,7 +21,6 @@ USE_LIBTOOL= yes WANT_AUTOMAKE_VER= 15 WANT_AUTOCONF_VER= 253 LIBTOOLFILES= # none -WANT_PHP_CLI= yes USE_PHPIZE= yes USE_AUTOCONF= no USE_GMAKE= yes @@ -32,6 +31,8 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .include "${.CURDIR}/../../lang/php4/bsd.php.mk" +BUILD_DEPENDS+= ${PREFIX}/bin/php:${PORTSDIR}/lang/php4 + # Fix environment for self contained extensions ENVSCE= -DHAVE_PHP_GTK=1 -DCOMPILE_DL_PHP_GTK=1 \ -DHAVE_PIEMENU=1 \ |