summaryrefslogtreecommitdiff
path: root/net/lft
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /net/lft
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'net/lft')
-rw-r--r--net/lft/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/lft/Makefile b/net/lft/Makefile
index 3cbc7a33ca2..e8e901f2f7d 100644
--- a/net/lft/Makefile
+++ b/net/lft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:49 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:24 rillig Exp $
#
DISTNAME= lft-2.2
@@ -9,8 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://mainnerve.com/lft/
COMMENT= Layer four traceroute capable of tracing protocol paths
-USE_PKGLOCALEDIR= # defined
-GNU_CONFIGURE= # defined
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"