diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-21 02:36:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-21 02:36:05 +0800 |
commit | 61a3d2b02b85ad1158de9559b1b60bee6fe5d9a3 (patch) | |
tree | c6649fafe2da202ebe16b9f85266b836b7746cbb /net-mgmt | |
parent | dafe23933de8087f2b6b960a2ff413659232cb60 (diff) | |
download | freebsd-ports-gnome-61a3d2b02b85ad1158de9559b1b60bee6fe5d9a3.tar.gz freebsd-ports-gnome-61a3d2b02b85ad1158de9559b1b60bee6fe5d9a3.tar.zst freebsd-ports-gnome-61a3d2b02b85ad1158de9559b1b60bee6fe5d9a3.zip |
- Cleanup Makefile
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 3 |
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 |