aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-11-18 09:18:50 +0800
committerlinimon <linimon@FreeBSD.org>2003-11-18 09:18:50 +0800
commitd8a8a62dde842e13ecfa7b87598bb85647cb6c24 (patch)
tree4e7303cc11fbdd57075f0829d4e7de49d7522891 /x11-toolkits
parent048959a6c89044a0cacad390f1c8fd9ad3a8aacd (diff)
downloadfreebsd-ports-gnome-d8a8a62dde842e13ecfa7b87598bb85647cb6c24.tar.gz
freebsd-ports-gnome-d8a8a62dde842e13ecfa7b87598bb85647cb6c24.tar.zst
freebsd-ports-gnome-d8a8a62dde842e13ecfa7b87598bb85647cb6c24.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>.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/php-gtk/Makefile3
-rw-r--r--x11-toolkits/php-gtk2/Makefile3
2 files changed, 4 insertions, 2 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 \
diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile
index d5080b381e66..c1ae3dff9386 100644
--- a/x11-toolkits/php-gtk2/Makefile
+++ b/x11-toolkits/php-gtk2/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 \