svn commit: r381125 - head/net-mgmt/ettercap
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 12 18:26:19 UTC 2015
Author: sunpoet
Date: Thu Mar 12 18:26:18 2015
New Revision: 381125
URL: https://svnweb.freebsd.org/changeset/ports/381125
QAT: https://qat.redports.org/buildarchive/r381125/
Log:
- Fix USE_LDCONFIG
Modified:
head/net-mgmt/ettercap/Makefile
Modified: head/net-mgmt/ettercap/Makefile
==============================================================================
--- head/net-mgmt/ettercap/Makefile Thu Mar 12 18:21:25 2015 (r381124)
+++ head/net-mgmt/ettercap/Makefile Thu Mar 12 18:26:18 2015 (r381125)
@@ -32,6 +32,7 @@ CMAKE_ARGS= -DBUNDLED_LIBS=OFF \
CMAKE_VERBOSE= yes
LDFLAGS+= -L${LIBDIR} -L${LOCALBASE}/lib -L${LOCALBASE}/lib/libnet11 ${ICONV_LIB} -lnet -lpcap
MAKE_JOBS_UNSAFE= yes
+USE_LDCONFIG= yes
USES= bison cmake:outsource cpe iconv pkgconfig
DOCS= AUTHORS CHANGELOG README README.BINARIES README.BUGS \
@@ -66,8 +67,6 @@ PLUGINS_BUILD_DEPENDS= curl>=7.26.0:${PO
PLUGINS_CMAKE_OFF= -DENABLE_PLUGINS=OFF
PLUGINS_CMAKE_ON= -DENABLE_PLUGINS=ON
PLUGINS_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-PLUGINS_USE= LDCONFIG=${PREFIX}/lib/ettercap
-PLUGINS_USE_OFF= LDCONFIG=yes
SSL_CMAKE_OFF= -DENABLE_SSL=OFF
SSL_CMAKE_ON= -DENABLE_SSL=ON
SSL_USE= OPENSSL=yes
More information about the svn-ports-all
mailing list