pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Feb 12 07:36:27 UTC 2017

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

Log Message:
Fix non-gtk3 (gtk2) packaging


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/firefox/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/firefox/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.36 pkgsrc/www/firefox/options.mk:1.37
--- pkgsrc/www/firefox/options.mk:1.36  Sat Feb 11 12:12:02 2017
+++ pkgsrc/www/firefox/options.mk       Sun Feb 12 07:36:27 2017
@@ -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



Home | Main Index | Thread Index | Old Index