diff options
author | ale <ale@FreeBSD.org> | 2004-02-09 19:43:38 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-09 19:43:38 +0800 |
commit | 64c967a3b7bc5eff3ae52eb167cf7cae1d817643 (patch) | |
tree | 5a5b7919d0c88fe51071c6e66890b4b3fd4e7bf7 /x11-toolkits | |
parent | b6a56540b211f28c52e6af62d7ac3d5a3e01a34c (diff) | |
download | freebsd-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')
-rw-r--r-- | x11-toolkits/php-gtk/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/php-gtk2/Makefile | 9 |
2 files changed, 6 insertions, 12 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> diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile index 318396c32bae..868f333aeacc 100644 --- a/x11-toolkits/php-gtk2/Makefile +++ b/x11-toolkits/php-gtk2/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> |