diff options
Diffstat (limited to 'net-mgmt/arpscan/Makefile')
-rw-r--r-- | net-mgmt/arpscan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/arpscan/Makefile b/net-mgmt/arpscan/Makefile index 7fc72bd401a8..53efb7ab17de 100644 --- a/net-mgmt/arpscan/Makefile +++ b/net-mgmt/arpscan/Makefile @@ -17,8 +17,7 @@ COMMENT= Simple arp scanner LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ - --with-libdnet=${LOCALBASE} +CONFIGURE_ARGS=--with-libdnet=${LOCALBASE} PLIST_FILES= bin/arpscan |