aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ettercap/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-20 18:36:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-20 18:36:05 +0000
commitcd395095d2c8ac18b8afb6cfbc4c956935dadd7a (patch)
treec6649fafe2da202ebe16b9f85266b836b7746cbb /net-mgmt/ettercap/Makefile
parent47709e49a9321a4aee0f73e65a65b053a9162940 (diff)
downloadports-cd395095d2c8ac18b8afb6cfbc4c956935dadd7a.tar.gz
ports-cd395095d2c8ac18b8afb6cfbc4c956935dadd7a.zip
- Cleanup Makefile
Notes
Notes: svn path=/head/; revision=411475
Diffstat (limited to 'net-mgmt/ettercap/Makefile')
-rw-r--r--net-mgmt/ettercap/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
index ba3f0e744452..d9664ab6b615 100644
--- a/net-mgmt/ettercap/Makefile
+++ b/net-mgmt/ettercap/Makefile
@@ -27,11 +27,10 @@ CMAKE_ARGS= -DBUNDLED_LIBS=OFF \
-DHAVE_DLOPEN=ON \
-DHAVE_PCAP=${LIBDIR} \
-DHAVE_RESOLV=${LIBDIR} \
- -DHAVE_LIBNET=${LOCALBASE}/lib \
-DINSTALL_SYSCONFDIR=${PREFIX}/etc \
-DMAN_INSTALLDIR=${PREFIX}/man
CMAKE_VERBOSE= yes
-LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lnet -lpcap
+LDFLAGS+= ${ICONV_LIB} -lnet -lpcap
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
USES= bison cmake:outsource cpe iconv localbase pkgconfig