Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 14:14:13 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321253 - head/security/pinentry
Message-ID:  <201306191414.r5JEEDt6040507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Wed Jun 19 14:14:13 2013
New Revision: 321253
URL: http://svnweb.freebsd.org/changeset/ports/321253

Log:
  Disable Qt3 frontend: Qt3 ports are deprecated.
  
  PR:		ports/179207
  Reported by:	Scot Hetzel <swhetzel at gmail.com>

Modified:
  head/security/pinentry/Makefile

Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile	Wed Jun 19 14:10:02 2013	(r321252)
+++ head/security/pinentry/Makefile	Wed Jun 19 14:14:13 2013	(r321253)
@@ -27,7 +27,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 .if !defined(PINENTRY_SLAVE)
 OPTIONS_MULTI=	FRONTEND
 OPTIONS_MULTI_FRONTEND=	NCURSES GTK GTK2 QT3 QT4
-OPTIONS_DEFAULT=	${OPTIONS_MULTI_FRONTEND}
+OPTIONS_DEFAULT=	${OPTIONS_MULTI_FRONTEND:NQT3}
 
 NCURSES_DESC=	Curses frontend
 GTK_DESC=	Gtk+1 frontend



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