summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon>2017-02-12 07:36:27 +0000
committerryoon <ryoon>2017-02-12 07:36:27 +0000
commit48ca44dd821834f6f64376965133bc3f675a5515 (patch)
tree0b1d54a3cacbe41ead01b70d77b8e514de1a5ae5 /www
parentfddb814a3905b832c1b64458f17e03a272cb9d1e (diff)
downloadpkgsrc-48ca44dd821834f6f64376965133bc3f675a5515.tar.gz
Fix non-gtk3 (gtk2) packaging
Diffstat (limited to 'www')
-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