diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-09 08:59:31 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-09 08:59:31 +0800 |
commit | 4802f55b2653a446f67354b94ebd37ef2e6ea028 (patch) | |
tree | 88bc53693248a7454d6444e8ccd7212fdca3e41a | |
parent | 1c75d59901688852704c657e5bd3bf26f015ffe6 (diff) | |
download | freebsd-ports-gnome-4802f55b2653a446f67354b94ebd37ef2e6ea028.tar.gz freebsd-ports-gnome-4802f55b2653a446f67354b94ebd37ef2e6ea028.tar.zst freebsd-ports-gnome-4802f55b2653a446f67354b94ebd37ef2e6ea028.zip |
- Restore LIBNET_CONFIG
-rw-r--r-- | net-mgmt/ettercap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index eaa9ed785b6b..8ddff21a2b9c 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-Lazarus \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A network sniffer/interceptor/injector/logger for switched LANs -BUILD_DEPENDS= ${LOCALBASE}/bin/libnet11-config:${PORTSDIR}/net/libnet +BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet OPTIONS= GTK "Build with GTK2+ GUI" on \ ICONV "Build with support for UTF-8" on \ @@ -41,6 +41,8 @@ DOCS= AUTHORS CHANGELOG README README.BINARIES README.BUGS \ README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \ doc/capture doc/decoders doc/dissectors doc/threads +LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config + .include <bsd.port.options.mk> .if !defined(WITHOUT_GTK) |