diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
commit | 35a3256787b35a3ac84c57a93e64ee49f066dfc8 (patch) | |
tree | fe8d6d1bb77f066ad3509b241e4a189b13ae62bc /x11-toolkits | |
parent | d13a3290d368e78f26cc9630804c1e953ee53388 (diff) |
Notes
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> |