Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2018 13:14:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482293 - head/net-mgmt/ettercap
Message-ID:  <201810171314.w9HDEHxS039703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Oct 17 13:14:17 2018
New Revision: 482293
URL: https://svnweb.freebsd.org/changeset/ports/482293

Log:
  Readd GTK2 back which should not be part of r482244
  
  - Bump PORTREVISION for dependency change
  
  Notified by:	tobik

Modified:
  head/net-mgmt/ettercap/Makefile

Modified: head/net-mgmt/ettercap/Makefile
==============================================================================
--- head/net-mgmt/ettercap/Makefile	Wed Oct 17 12:46:56 2018	(r482292)
+++ head/net-mgmt/ettercap/Makefile	Wed Oct 17 13:14:17 2018	(r482293)
@@ -4,6 +4,7 @@
 PORTNAME=	ettercap
 PORTVERSION=	0.8.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt security
 
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libnet.so:net/libnet
 
 OPTIONS_DEFINE=	DESKTOP DOCS GTK2 IPV6 NCURSES PCRE PLUGINS SSL UTF8
-OPTIONS_DEFAULT=NCURSES PCRE PLUGINS SSL UTF8
+OPTIONS_DEFAULT=GTK2 NCURSES PCRE PLUGINS SSL UTF8
 OPTIONS_SUB=	yes
 DESKTOP_DESC=	Install ettercap.desktop
 NCURSES_DESC=	Ncurses interface



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810171314.w9HDEHxS039703>