diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-10 17:30:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-10 17:30:18 +0000 |
commit | c3cc2cbe27a09b0f8b9e1461bf0bc7148a403c65 (patch) | |
tree | b28ad4565b55bc6916d0004e52318adde0f4dfb4 /net/fping | |
parent | 3b0c0c7cf72ceab57cb72fdff4850e660cdd459e (diff) | |
download | ports-c3cc2cbe27a09b0f8b9e1461bf0bc7148a403c65.tar.gz ports-c3cc2cbe27a09b0f8b9e1461bf0bc7148a403c65.zip |
Notes
Diffstat (limited to 'net/fping')
-rw-r--r-- | net/fping/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index 0c6ac8bc824d..98743b780e6c 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -20,8 +20,6 @@ CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" NO_STAGE= yes -OPTIONS_DEFINE= IPV6 - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV4} |