diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:43:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:43:19 +0000 |
commit | 5ec7103dcd7c323ca28b2456ca0f459f105fe708 (patch) | |
tree | b67e381c3411849d01a10d7207ceb9d80996ca10 /net/echoping/Makefile | |
parent | a6f58401869332d2430da7760d4f1b0d049aece2 (diff) | |
download | ports-5ec7103dcd7c323ca28b2456ca0f459f105fe708.tar.gz ports-5ec7103dcd7c323ca28b2456ca0f459f105fe708.zip |
Notes
Diffstat (limited to 'net/echoping/Makefile')
-rw-r--r-- | net/echoping/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index ceb2b0b952b2..5832e87d905b 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -21,12 +21,9 @@ CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \ PING_PLUGINS= dns random whois -MAN1= echoping.1 echoping_dns.1 echoping_random.1 echoping_whois.1 - OPTIONS_DEFINE= LDAP PGSQL OPTIONS_DEFAULT= LDAP -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} |