diff options
author | ade <ade@FreeBSD.org> | 2004-04-05 05:42:12 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-04-05 05:42:12 +0800 |
commit | b5b1c137e6c089f5540d477365c6eb8cccebf549 (patch) | |
tree | 0b6788b5922e66d3c63fca6f09ec016953a49b49 /x11-toolkits/php-gtk | |
parent | 57352f96d9c1d972b6dac2b919bcf8190f4de24a (diff) | |
download | freebsd-ports-gnome-b5b1c137e6c089f5540d477365c6eb8cccebf549.tar.gz freebsd-ports-gnome-b5b1c137e6c089f5540d477365c6eb8cccebf549.tar.zst freebsd-ports-gnome-b5b1c137e6c089f5540d477365c6eb8cccebf549.zip |
Reset two missed ports back to WANT_AUTO* -- the other one mentioned,
apr-thread, doesn't appear to exist in the ports tree.
Diffstat (limited to 'x11-toolkits/php-gtk')
-rw-r--r-- | x11-toolkits/php-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile index 58a33b99b841..3cadf50e4d23 100644 --- a/x11-toolkits/php-gtk/Makefile +++ b/x11-toolkits/php-gtk/Makefile @@ -18,8 +18,8 @@ COMMENT= An extension to use gtk in PHP-applications # Don't call autoconf directly, ./buildconf does this GNU_CONFIGURE= yes USE_LIBTOOL_VER= 13 -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 +WANT_AUTOMAKE_VER= 15 +WANT_AUTOCONF_VER= 253 LIBTOOLFILES= # none USE_PHP= yes USE_PHPIZE= yes |