diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2018-02-26 23:06:56 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2018-02-26 23:06:56 +0800 |
commit | 1e0a43618a42d4d7270c5f1d7f01c4c2a2142cfc (patch) | |
tree | 40fcafd92b38226d53d83b34521a77e3a8ccda4c /science | |
parent | ef6eed073a5995f827d563895e70dc65e4d93681 (diff) | |
download | freebsd-ports-gnome-1e0a43618a42d4d7270c5f1d7f01c4c2a2142cfc.tar.gz freebsd-ports-gnome-1e0a43618a42d4d7270c5f1d7f01c4c2a2142cfc.tar.zst freebsd-ports-gnome-1e0a43618a42d4d7270c5f1d7f01c4c2a2142cfc.zip |
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
Diffstat (limited to 'science')
-rw-r--r-- | science/gramps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile index a46090ac3fc1..105a115223fc 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -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 |