aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/php-gtk
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-02-09 19:43:38 +0800
committerale <ale@FreeBSD.org>2004-02-09 19:43:38 +0800
commit64c967a3b7bc5eff3ae52eb167cf7cae1d817643 (patch)
tree5a5b7919d0c88fe51071c6e66890b4b3fd4e7bf7 /x11-toolkits/php-gtk
parentb6a56540b211f28c52e6af62d7ac3d5a3e01a34c (diff)
downloadfreebsd-ports-gnome-64c967a3b7bc5eff3ae52eb167cf7cae1d817643.tar.gz
freebsd-ports-gnome-64c967a3b7bc5eff3ae52eb167cf7cae1d817643.tar.zst
freebsd-ports-gnome-64c967a3b7bc5eff3ae52eb167cf7cae1d817643.zip
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly)
Diffstat (limited to 'x11-toolkits/php-gtk')
-rw-r--r--x11-toolkits/php-gtk/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile
index 318396c32bae..868f333aeacc 100644
--- a/x11-toolkits/php-gtk/Makefile
+++ b/x11-toolkits/php-gtk/Makefile
@@ -21,18 +21,15 @@ USE_LIBTOOL= yes
WANT_AUTOMAKE_VER= 15
WANT_AUTOCONF_VER= 253
LIBTOOLFILES= # none
+USE_PHP= yes
USE_PHPIZE= yes
+WANT_PHP_CLI= yes
USE_AUTOCONF= no
USE_GMAKE= yes
USE_PERL5_BUILD=yes
USE_GNOME= gtk12
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 \
@@ -120,4 +117,4 @@ post-install:
@${CAT} ${MASTERDIR}/pkg-message
@${ECHO} ""
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>