svn commit: r321253 - head/security/pinentry
Max Brazhnikov
makc at FreeBSD.org
Wed Jun 19 14:14:14 UTC 2013
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
More information about the svn-ports-head
mailing list