diff options
author | gdt <gdt@pkgsrc.org> | 2010-08-31 13:20:13 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-08-31 13:20:13 +0000 |
commit | 31de68bb14cc8ace26ef8e5d533038918c57c688 (patch) | |
tree | d9437651e294511c33abb14d755353051294c470 /net/quagga/Makefile | |
parent | bbd37b9b1306b7bfcb7872b9341ffebb2017fefc (diff) | |
download | pkgsrc-31de68bb14cc8ace26ef8e5d533038918c57c688.tar.gz |
Replace with contents of quagga-devel, thus upgrading to 0.99.17.
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r-- | net/quagga/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 6bac8aea6ba..d290f66b7f9 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.36 2010/08/31 12:55:16 gdt Exp $ +# $NetBSD: Makefile,v 1.37 2010/08/31 13:20:13 gdt Exp $ # -DISTNAME= quagga-0.98.6 -PKGREVISION= 5 +DISTNAME= quagga-0.99.17 CATEGORIES= net MASTER_SITES= http://www.quagga.net/download/ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.quagga.net/ -COMMENT= Free multithreaded routing daemon software (fork of zebra) +COMMENT= Free multithreaded routing daemon software LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -16,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= YES -USE_TOOLS+= gmake perl +USE_TOOLS+= gawk gmake perl USE_LIBTOOL= YES PKG_SYSCONFSUBDIR?= zebra |