- Remove deprecated PYDISTUTILS_INSTALLNOSINGLE by manually setting

PYDISTUTILS_INSTALLARGS
- Set USE_PYTHON=noflavors, meld is GUI application and flavors make
  no sense here
This commit is contained in:
Pawel Pekala 2018-01-05 18:17:40 +00:00
parent f5b18ba3d3
commit bc22680e6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458161

View File

@ -18,12 +18,15 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
USES= desktop-file-utils gettext python:3.4+ shared-mime-info \
shebangfix tar:xz
SHEBANG_FILES= bin/meld
USE_PYTHON= distutils
USE_PYTHON= distutils noflavors
USE_GNOME= gtksourceview3 intltool libxml2:build pygobject3
GLIB_SCHEMAS= org.gnome.meld.gschema.xml
PYDISTUTILS_INSTALLNOSINGLE= yes
PYDISTUTILS_INSTALL_TARGET= --no-update-icon-cache --no-compile-schemas install
INSTALLS_ICONS= yes
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} --root=${STAGEDIR}
.include <bsd.port.post.mk>