aboutsummaryrefslogtreecommitdiff
path: root/net/arping
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-03-20 10:53:08 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-03-20 10:53:08 +0000
commit654ccc6aac9c7681ed39c2cd2d10d8360ec7a9bc (patch)
treec30aa05ffe4be67ca3bb38317073b7e6603daa7c /net/arping
parent3dc362ac88ab73d6f0b3635628a59d9597e6da4e (diff)
Notes
Diffstat (limited to 'net/arping')
-rw-r--r--net/arping/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile
index f489761bbb13..95841fe50216 100644
--- a/net/arping/Makefile
+++ b/net/arping/Makefile
@@ -15,11 +15,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include \
- `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
-LIBS+= -L${LOCALBASE}/lib `${LIBNET_CONFIG} --libs` -lpcap
-
-LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
PLIST_FILES= sbin/arping man/man8/arping.8.gz