diff options
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 52c53950dce..7dcfe80bb85 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2006/02/05 23:10:27 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2006/04/03 18:38:58 wiz Exp $ # -DISTNAME= mtr-0.69 -PKGREVISION= 1 +DISTNAME= mtr-0.71 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ @@ -14,9 +13,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES USE_TOOLS+= gmake -CONFIGURE_ARGS+= --without-gtk INSTALLATION_DIRS= man/man8 sbin +.include "options.mk" + # mtr uses libtermcap by default, but needs wattr_{on,off} from (n)curses, # so we rewrite -ltermcap to -lncurses (which will be auto-mangled into # -lcurses on the appropriate platforms). |