diff options
author | ale <ale@FreeBSD.org> | 2006-05-06 21:26:49 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-06 21:26:49 +0800 |
commit | fa0ee9787d6279766d468c4a27040d8c3ec0af7e (patch) | |
tree | d567d1a145942f125ce6aa31265d4c973fe16556 /x11-toolkits/php-gtk/Makefile | |
parent | d31a80e0f433ddb1e337f4e257ef88876b829db0 (diff) | |
download | freebsd-ports-gnome-fa0ee9787d6279766d468c4a27040d8c3ec0af7e.tar.gz freebsd-ports-gnome-fa0ee9787d6279766d468c4a27040d8c3ec0af7e.tar.zst freebsd-ports-gnome-fa0ee9787d6279766d468c4a27040d8c3ec0af7e.zip |
Simplify PHP base ports infrastructure:
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4
*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me).
Diffstat (limited to 'x11-toolkits/php-gtk/Makefile')
-rw-r--r-- | x11-toolkits/php-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile index 168754f9434e..e6d2b74eadc6 100644 --- a/x11-toolkits/php-gtk/Makefile +++ b/x11-toolkits/php-gtk/Makefile @@ -19,7 +19,7 @@ USE_AUTOTOOLS= automake:19:env autoconf:259 libtool:15:env GNU_CONFIGURE= yes USE_PHP= pcre USE_PHP_BUILD= yes -WANT_PHP_SCR= yes +WANT_PHP_CLI= yes BROKEN_WITH_PHP= 5 USE_GMAKE= yes USE_PERL5_BUILD=yes |