svn commit: r411475 - head/net-mgmt/ettercap
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 20 18:36:06 UTC 2016
Author: sunpoet
Date: Sun Mar 20 18:36:05 2016
New Revision: 411475
URL: https://svnweb.freebsd.org/changeset/ports/411475
Log:
- Cleanup Makefile
Modified:
head/net-mgmt/ettercap/Makefile
Modified: head/net-mgmt/ettercap/Makefile
==============================================================================
--- head/net-mgmt/ettercap/Makefile Sun Mar 20 18:36:00 2016 (r411474)
+++ head/net-mgmt/ettercap/Makefile Sun Mar 20 18:36:05 2016 (r411475)
@@ -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
More information about the svn-ports-all
mailing list