- 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:
parent
f5b18ba3d3
commit
bc22680e6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458161
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user