summaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:48:57 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:48:57 +0000
commit1c57323789a922a7182ba378831f2c0a336a6959 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /net/mtr
parentee84541509a09b09b26167f474c4b53185c17b5f (diff)
downloadpkgsrc-1c57323789a922a7182ba378831f2c0a336a6959.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index 0deb78bd3d9..6f5f06d81ed 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2002/03/13 02:16:11 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2002/08/25 21:50:02 jlam Exp $
#
DISTNAME= mtr-0.49
@@ -12,7 +12,7 @@ COMMENT= Traceroute and ping in a single graphical network diagnostic tool
GNU_CONFIGURE= YES
USE_GMAKE= YES
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --without-gtk
do-install:
@@ -21,5 +21,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/mtr.8 ${PREFIX}/man/man8
${INSTALL_DATA} ${WRKSRC}/SECURITY ${PREFIX}/share/doc/mtr
-.include "../../devel/ncurses/buildlink.mk"
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"