pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Feb 14 14:09:28 UTC 2017

Modified Files:
        pkgsrc/www/seamonkey: options.mk

Log Message:
Fix gtk2 packaging
Reported by Riccardo Mottola.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/seamonkey/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/seamonkey/options.mk
diff -u pkgsrc/www/seamonkey/options.mk:1.35 pkgsrc/www/seamonkey/options.mk:1.36
--- pkgsrc/www/seamonkey/options.mk:1.35        Sat Feb 11 12:12:25 2017
+++ pkgsrc/www/seamonkey/options.mk     Tue Feb 14 14:09:28 2017
@@ -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)



Home | Main Index | Thread Index | Old Index