summaryrefslogtreecommitdiff
path: root/devel/libnet
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 /devel/libnet
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'devel/libnet')
-rw-r--r--devel/libnet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile
index cf7b4cb1208..f4da127cddc 100644
--- a/devel/libnet/Makefile
+++ b/devel/libnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/08/26 16:54:21 drochner Exp $
+# $NetBSD: Makefile,v 1.26 2005/09/28 20:52:19 rillig Exp $
#
DISTNAME= libnet-1.0.2a
@@ -14,8 +14,8 @@ CONFLICTS= libnet-1.1.[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME:C/l/L/}
-USE_LIBTOOL= # defined
-GNU_CONFIGURE= # defined
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \
LIBNET_CONFIG_LIBS="${LDFLAGS}"