pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/fbreader fbreader: remove qt3 option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8c469d2b127
branches:  trunk
changeset: 369017:a8c469d2b127
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 26 09:43:28 2017 +0000

description:
fbreader: remove qt3 option

diffstat:

 misc/fbreader/options.mk |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 99d5b3b683a6 -r a8c469d2b127 misc/fbreader/options.mk
--- a/misc/fbreader/options.mk  Tue Sep 26 09:43:03 2017 +0000
+++ b/misc/fbreader/options.mk  Tue Sep 26 09:43:28 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2012/10/01 12:40:36 ryoon Exp $
+# $NetBSD: options.mk,v 1.3 2017/09/26 09:43:28 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fbreader
 PKG_OPTIONS_REQUIRED_GROUPS=   gui
-PKG_OPTIONS_GROUP.gui= gtk2 qt3 qt4 # qt3 is untested
+PKG_OPTIONS_GROUP.gui= gtk2 qt4
 PKG_SUPPORTED_OPTIONS= debug
 PKG_SUGGESTED_OPTIONS= qt4
 
@@ -20,11 +20,6 @@
 USE_TOOLS+=    pkg-config
 .endif
 
-.if !empty(PKG_OPTIONS:Mqt3)
-.include "../../x11/qt3-libs/buildlink3.mk"
-MAKE_ENV+=     UI_TYPE=qt
-.endif
-
 .if !empty(PKG_OPTIONS:Mqt4)
 .include "../../x11/qt4-libs/buildlink3.mk"
 MAKE_ENV+=     UI_TYPE=qt4



Home | Main Index | Thread Index | Old Index