Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2013 22:59:11 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322210 - head/sysutils/thefish
Message-ID:  <201307022259.r62MxBJg020377@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Jul  2 22:59:11 2013
New Revision: 322210
URL: http://svnweb.freebsd.org/changeset/ports/322210

Log:
  Remove the QT3 option, this depends on the expired QT3 port.
  
  The GTK2 option is now the only SINGLE option, so do not propose
  it at all.

Modified:
  head/sysutils/thefish/Makefile

Modified: head/sysutils/thefish/Makefile
==============================================================================
--- head/sysutils/thefish/Makefile	Tue Jul  2 22:55:44 2013	(r322209)
+++ head/sysutils/thefish/Makefile	Tue Jul  2 22:59:11 2013	(r322210)
@@ -9,28 +9,20 @@ MASTER_SITES=	${MASTER_SITE_BERLIOS}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Qt/Gtk+/ncurses rc.conf editor/management tool
+COMMENT=	Gtk+/ncurses rc.conf editor/management tool
 
 WANT_GNOME=	yes
 
-OPTIONS_SINGLE=		X11
-OPTIONS_SINGLE_X11=	GTK2 QT3
-OPTIONS_DEFAULT=	GTK2
-
-QT3_DESC=	Use Qt3 for the X11 interface
+#OPTIONS_SINGLE=		X11
+#OPTIONS_SINGLE_X11=	GTK2
+#OPTIONS_DEFAULT=	GTK2
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MGTK2}
+#.if ${PORT_OPTIONS:MGTK2}
 USE_GNOME=	gtk20
 MAKE_ENV+=	WITH_GTK=yes
-.endif
-
-.if ${PORT_OPTIONS:MQT3}
-USE_QT_VER=	3
-MAKE_ENV+=	WITH_QT=yes
-CXXFLAGS+=	-Wall -DWITH_QT -I${LOCALBASE}/include
-.endif
+#.endif
 
 MAN1=		thefish.1
 PLIST_FILES=	bin/thefish



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