summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-02-14 14:09:28 +0000
committerryoon <ryoon@pkgsrc.org>2017-02-14 14:09:28 +0000
commit1e6c8caf169884d74df1ce76f42e78f0e7678a0f (patch)
tree8ee234258902176305b136af0a7391af2447a83d /www/seamonkey
parentf29a397e9a320b38be3aed77c47c64bb6e11830e (diff)
downloadpkgsrc-1e6c8caf169884d74df1ce76f42e78f0e7678a0f.tar.gz
Fix gtk2 packaging
Reported by Riccardo Mottola.
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk
index 4b42dc0ebc2..5a70ede5f89 100644
--- a/www/seamonkey/options.mk
+++ b/www/seamonkey/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.35 2017/02/11 12:12:25 abs Exp $
+# $NetBSD: options.mk,v 1.36 2017/02/14 14:09:28 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.seamonkey
@@ -31,7 +31,6 @@ PLIST_VARS+= gtk3
.if !empty(PKG_OPTIONS:Mgtk2)
CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2
.include "../../x11/gtk2/buildlink3.mk"
-PLIST.gtk3= no
.endif
.if !empty(PKG_OPTIONS:Mgtk3)