summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-02-12 07:36:27 +0000
committerryoon <ryoon@pkgsrc.org>2017-02-12 07:36:27 +0000
commitfc78372e31f6afab1f48d17b8b45351544d49259 (patch)
tree5f084df7de3e655f3c71f4f8654bd4e56da14b53 /www/firefox
parent4aa292f74ffcac2ab48f8a6838f8683a3c73211e (diff)
downloadpkgsrc-fc78372e31f6afab1f48d17b8b45351544d49259.tar.gz
Fix non-gtk3 (gtk2) packaging
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/options.mk b/www/firefox/options.mk
index cf310ddca1c..484972cafd6 100644
--- a/www/firefox/options.mk
+++ b/www/firefox/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.36 2017/02/11 12:12:02 abs Exp $
+# $NetBSD: options.mk,v 1.37 2017/02/12 07:36:27 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
@@ -33,7 +33,6 @@ PLIST_VARS+= gtk3
CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.18.3nb1
.include "../../x11/gtk2/buildlink3.mk"
-PLIST.gtk3= no
.endif
# As of firefox-51 gtk2 is still pulled in implicitly