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 | |
parent | 2929a99bad579d593ba4e88f2f9eb14ba5e99134 (diff) | |
download | ports-66d36e4cb1503bde2567eea60a5573bd3bd8006e.tar.gz ports-66d36e4cb1503bde2567eea60a5573bd3bd8006e.zip |
Notes
-rw-r--r-- | devel/apr/Makefile | 2 | ||||
-rw-r--r-- | devel/apr0/Makefile | 2 | ||||
-rw-r--r-- | devel/apr1/Makefile | 2 | ||||
-rw-r--r-- | devel/apr2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/php-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/php-gtk2/Makefile | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 533dca15aa60..7df8adf07407 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -29,7 +29,7 @@ COMMENT= The Apache Group's Portability Library LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 USE_ICONV= yes -USE_AUTOCONF_VER= 257 +WANT_AUTOCONF_VER= 253 USE_PERL5= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 533dca15aa60..7df8adf07407 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -29,7 +29,7 @@ COMMENT= The Apache Group's Portability Library LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 USE_ICONV= yes -USE_AUTOCONF_VER= 257 +WANT_AUTOCONF_VER= 253 USE_PERL5= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 533dca15aa60..7df8adf07407 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -29,7 +29,7 @@ COMMENT= The Apache Group's Portability Library LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 USE_ICONV= yes -USE_AUTOCONF_VER= 257 +WANT_AUTOCONF_VER= 253 USE_PERL5= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 533dca15aa60..7df8adf07407 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -29,7 +29,7 @@ COMMENT= The Apache Group's Portability Library LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 USE_ICONV= yes -USE_AUTOCONF_VER= 257 +WANT_AUTOCONF_VER= 253 USE_PERL5= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 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 |