summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/fbreader/options.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/fbreader/options.mk b/misc/fbreader/options.mk
index f810a4b530f..a9032998600 100644
--- a/misc/fbreader/options.mk
+++ b/misc/fbreader/options.mk
@@ -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 @@ MAKE_ENV+= UI_TYPE=gtk
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