diff options
Diffstat (limited to 'x11-toolkits/php-gtk/Makefile')
-rw-r--r-- | x11-toolkits/php-gtk/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile index 3cadf50e4d23..188efbc6a64f 100644 --- a/x11-toolkits/php-gtk/Makefile +++ b/x11-toolkits/php-gtk/Makefile @@ -15,12 +15,10 @@ MASTER_SITES= http://gtk.php.net/distributions/ \ MAINTAINER= kiesel@schlund.de COMMENT= An extension to use gtk in PHP-applications -# Don't call autoconf directly, ./buildconf does this -GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 13 WANT_AUTOMAKE_VER= 15 -WANT_AUTOCONF_VER= 253 -LIBTOOLFILES= # none +USE_AUTOCONF_VER= 253 +WANT_LIBTOOL_VER= 13 +GNU_CONFIGURE= yes USE_PHP= yes USE_PHPIZE= yes WANT_PHP_CLI= yes |