Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 15:06:56 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463025 - head/science/gramps
Message-ID:  <201802261506.w1QF6u9t098882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Mon Feb 26 15:06:56 2018
New Revision: 463025
URL: https://svnweb.freebsd.org/changeset/ports/463025

Log:
  science/gramps: Tidy up the USE_PYTHON settings
  
  - Set USE_PYTHON=noflavors, since gramps is a GUI application and
    flavors make no sense here
  - Remove use of deprecated USE_PYTHON=optsuffix - no suffix required
    when flavors are not used

Modified:
  head/science/gramps/Makefile

Modified: head/science/gramps/Makefile
==============================================================================
--- head/science/gramps/Makefile	Mon Feb 26 14:59:12 2018	(r463024)
+++ head/science/gramps/Makefile	Mon Feb 26 15:06:56 2018	(r463025)
@@ -24,7 +24,7 @@ GH_ACCOUNT=	gramps-project
 NO_ARCH=	yes
 USES=		desktop-file-utils gettext shared-mime-info python:3.2+
 USE_GNOME=	cairo gtk30 intltool librsvg2 pango pygobject3
-USE_PYTHON=	autoplist distutils optsuffix
+USE_PYTHON=	autoplist distutils noflavors
 CONFIGURE_ARGS=	--disable-mime-install
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802261506.w1QF6u9t098882>