diff options
author | ade <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
commit | b306cc5dcbefc30382f9f527a93cd80e0908854b (patch) | |
tree | cc39079ab42fe134d866eb0cad7648e1cb765ba7 /net/quagga/Makefile | |
parent | d3dd320adf5a5916ddf9bae7e3a50a66da9764ab (diff) | |
download | FreeBSD-ports-b306cc5dcbefc30382f9f527a93cd80e0908854b.zip FreeBSD-ports-b306cc5dcbefc30382f9f527a93cd80e0908854b.tar.gz |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r-- | net/quagga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index ebf565b..cb6dcbb7 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -21,8 +21,8 @@ CONFLICTS= zebra-devel-* zebra-0* GNU_CONFIGURE= yes USE_GMAKE= yes USE_SUBMAKE= yes -WANT_AUTOCONF_VER= 257 -WANT_AUTOMAKE_VER= 17 +WANT_AUTOCONF_VER= 259 +WANT_AUTOMAKE_VER= 18 AUTOMAKE_ARGS= -a -i MAN1= vtysh.1 |