aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/arpscan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arpscan/Makefile')
-rw-r--r--net-mgmt/arpscan/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/arpscan/Makefile b/net-mgmt/arpscan/Makefile
index 282335ae04d6..0fb3391afb8b 100644
--- a/net-mgmt/arpscan/Makefile
+++ b/net-mgmt/arpscan/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= arpscan
-PORTVERSION= 0.2
-PORTREVISION= 1
+PORTVERSION= 0.3
CATEGORIES= net-mgmt
-MASTER_SITES= http://ish.cx/~jason/arpscan/
+MASTER_SITES= http://ish.cx/~jason/arpscan/ \
+ http://unx.ca/~jason/arpscan/
MAINTAINER= dyeske@yahoo.com
COMMENT= Simple arp scanner
@@ -17,14 +17,15 @@ COMMENT= Simple arp scanner
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
+ --with-libdnet=${LOCALBASE}
PLIST_FILES= bin/arpscan
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 500000
-IGNORE= "unknown BIOCSETIF error"
+IGNORE= unknown BIOCSETIF error
.endif
.include <bsd.port.post.mk>