pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 21 21:32:44 UTC 2018

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
inkscape: Disable gnome2 support by default.


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 pkgsrc/graphics/inkscape/Makefile

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

Modified files:

Index: pkgsrc/graphics/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.162 pkgsrc/graphics/inkscape/Makefile:1.163
--- pkgsrc/graphics/inkscape/Makefile:1.162     Mon Mar 12 11:16:45 2018
+++ pkgsrc/graphics/inkscape/Makefile   Wed Mar 21 21:32:44 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.162 2018/03/12 11:16:45 wiz Exp $
+# $NetBSD: Makefile,v 1.163 2018/03/21 21:32:44 wiz Exp $
 
 DISTNAME=      inkscape-0.92.2
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    graphics
 MASTER_SITES=  https://media.inkscape.org/dl/resources/file/
 EXTRACT_SUFX=  .tar.bz2
@@ -66,7 +66,7 @@ CHECK_PORTABILITY_SKIP+=packaging/macosx
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.inkscape
 PKG_SUPPORTED_OPTIONS= gnome
-PKG_SUGGESTED_OPTIONS= gnome
+PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index