pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/fbreader
Module Name: pkgsrc
Committed By: wiz
Date: Tue Sep 26 09:43:28 UTC 2017
Modified Files:
pkgsrc/misc/fbreader: options.mk
Log Message:
fbreader: remove qt3 option
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/fbreader/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/fbreader/options.mk
diff -u pkgsrc/misc/fbreader/options.mk:1.2 pkgsrc/misc/fbreader/options.mk:1.3
--- pkgsrc/misc/fbreader/options.mk:1.2 Mon Oct 1 12:40:36 2012
+++ pkgsrc/misc/fbreader/options.mk Tue Sep 26 09:43:28 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index