diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-04 23:40:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-04 23:40:43 +0000 |
commit | c85130d403268430fd7a7a28ed065188d44a6c28 (patch) | |
tree | 4eb8d697214bfaad1362d80841be3b4af27ae331 /net/quagga | |
parent | 76e857fe6e7040f4f03b34e4747a00aaf70c8412 (diff) | |
download | pkgsrc-c85130d403268430fd7a7a28ed065188d44a6c28.tar.gz |
AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,
otherwise the default is better (and the variable doesn't need to be set).
Remove a few cases where it was set unnecessarily.
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index b17f8877cf0..45883ba6b01 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/25 07:38:04 snj Exp $ +# $NetBSD: Makefile,v 1.13 2004/09/04 23:40:43 wiz Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -13,7 +13,6 @@ COMMENT= Free multithreaded routing daemon software (fork of zebra) .include "../../mk/bsd.prefs.mk" -AUTOMAKE_REQD= 1.6.2 USE_BUILDLINK3= yes GNU_CONFIGURE= # defined PKG_SYSCONFSUBDIR?= zebra |