aboutsummaryrefslogtreecommitdiff
path: root/textproc/meld
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2018-01-05 18:17:40 +0000
committerPawel Pekala <pawel@FreeBSD.org>2018-01-05 18:17:40 +0000
commitbc22680e6dee7a8e4731a9e8c1f15217da93a037 (patch)
treec86413a86702aad0d0c44b187bb5d20efceb0f1c /textproc/meld
parentf5b18ba3d3a6a7aff1e2c8c39bcd193f4d06bc69 (diff)
downloadports-bc22680e6dee7a8e4731a9e8c1f15217da93a037.tar.gz
ports-bc22680e6dee7a8e4731a9e8c1f15217da93a037.zip
- Remove deprecated PYDISTUTILS_INSTALLNOSINGLE by manually setting
PYDISTUTILS_INSTALLARGS - Set USE_PYTHON=noflavors, meld is GUI application and flavors make no sense here
Notes
Notes: svn path=/head/; revision=458161
Diffstat (limited to 'textproc/meld')
-rw-r--r--textproc/meld/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile
index a62f10571ea6..11acc1169239 100644
--- a/textproc/meld/Makefile
+++ b/textproc/meld/Makefile
@@ -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>