diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-26 09:43:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-26 09:43:28 +0000 |
commit | f6eedaa41dd0924aa0992ebc84101d368b8f045d (patch) | |
tree | 13a3d86dd063010c9da2be608a5588250be77c85 /misc | |
parent | 81a5665a72944a6099687feb4875c98ffdbcf479 (diff) | |
download | pkgsrc-f6eedaa41dd0924aa0992ebc84101d368b8f045d.tar.gz |
fbreader: remove qt3 option
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fbreader/options.mk | 9 |
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 |