diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-04-04 21:42:12 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-04-04 21:42:12 +0000 |
commit | 66d36e4cb1503bde2567eea60a5573bd3bd8006e (patch) | |
tree | 4a248fd21ede98b8961d9b30a689fec5c9545e95 /x11-toolkits | |
parent | 2929a99bad579d593ba4e88f2f9eb14ba5e99134 (diff) | |
download | ports-66d36e4cb1503bde2567eea60a5573bd3bd8006e.tar.gz ports-66d36e4cb1503bde2567eea60a5573bd3bd8006e.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/php-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/php-gtk2/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile index 58a33b99b841..3cadf50e4d23 100644 --- a/x11-toolkits/php-gtk2/Makefile +++ b/x11-toolkits/php-gtk2/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 |