summaryrefslogtreecommitdiff
path: root/devel/libnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libnet/Makefile')
-rw-r--r--devel/libnet/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile
index e6417a9875d..40b0d59bb26 100644
--- a/devel/libnet/Makefile
+++ b/devel/libnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/04/17 11:09:09 zuntum Exp $
+# $NetBSD: Makefile,v 1.8 2001/07/14 16:41:38 sakamoto Exp $
#
DISTNAME= libnet-1.0.1b
@@ -9,8 +9,11 @@ MAINTAINER= sakamoto@netbsd.org
HOMEPAGE= http://www.packetfactory.net/libnet/
COMMENT= C library for portable packet creation and injection
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
+USE_BUILDLINK_ONLY= # defined
+REPLACE_BUILDLINK= libnet-config
+
+USE_LIBTOOL= #defined
+GNU_CONFIGURE= #defined
CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \
LIBNET_CONFIG_LIBS="${LDFLAGS}"