summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-26 09:40:10 +0000
committerwiz <wiz@pkgsrc.org>2017-09-26 09:40:10 +0000
commit9762d54f34f174b7212c439a2f76620f2ee753e8 (patch)
treed17b4fb2e0259f22e61716be40ed257f99e9e58b /databases
parent6f8e25e634ef7dcedfb16327349795f62f551a7e (diff)
downloadpkgsrc-9762d54f34f174b7212c439a2f76620f2ee753e8.tar.gz
myodbc: remove gui option (uses qt3)
Diffstat (limited to 'databases')
-rw-r--r--databases/myodbc/options.mk14
1 files changed, 1 insertions, 13 deletions
diff --git a/databases/myodbc/options.mk b/databases/myodbc/options.mk
index c8fd634b5c8..f756f6d504e 100644
--- a/databases/myodbc/options.mk
+++ b/databases/myodbc/options.mk
@@ -1,24 +1,12 @@
-# $NetBSD: options.mk,v 1.6 2012/11/22 10:01:10 jnemeth Exp $
+# $NetBSD: options.mk,v 1.7 2017/09/26 09:40:10 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.myodbc
PKG_OPTIONS_REQUIRED_GROUPS= db
PKG_OPTIONS_GROUP.db= iodbc unixodbc
-PKG_SUPPORTED_OPTIONS= gui
PKG_SUGGESTED_OPTIONS= iodbc
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= gui
-
-.if !empty(PKG_OPTIONS:Mgui)
-. include "../../x11/qt3-tools/buildlink3.mk"
-#CONFIGURE_ARGS+= --enable-gui
-#USE_LANGUAGES= c c++
-PLIST.gui= yes
-.else
-#CONFIGURE_ARGS+= --disable-gui
-.endif
-
.if !empty(PKG_OPTIONS:Miodbc)
. include "../../databases/iodbc/buildlink3.mk"
.endif