svn commit: r471046 - head/deskutils/nemo-extensions

Antoine Brodin antoine at FreeBSD.org
Mon May 28 14:53:14 UTC 2018


Author: antoine
Date: Mon May 28 14:53:13 2018
New Revision: 471046
URL: https://svnweb.freebsd.org/changeset/ports/471046

Log:
  - nemo-extensions is not compatible with python3
  - fix build with DEFAULT_VERSIONS=python=3.x

Modified:
  head/deskutils/nemo-extensions/Makefile

Modified: head/deskutils/nemo-extensions/Makefile
==============================================================================
--- head/deskutils/nemo-extensions/Makefile	Mon May 28 14:52:18 2018	(r471045)
+++ head/deskutils/nemo-extensions/Makefile	Mon May 28 14:53:13 2018	(r471046)
@@ -12,7 +12,7 @@ COMMENT=	File manager extensions for the Cinnamon desk
 
 BUILD_DEPENDS=	gnome-icon-theme>=0:misc/gnome-icon-theme \
 		gtkdocize:textproc/gtk-doc \
-		rst2html:textproc/py-docutils \
+		${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \
 		gnome-autogen.sh:devel/gnome-common \
 		${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:devel/gsettings-desktop-schemas
 LIB_DEPENDS=	libexif.so:graphics/libexif \
@@ -36,10 +36,11 @@ GH_TAGNAME=	6c8ec3a
 USE_GNOME=	gconf2 gnomeprefix gnomedocutils gtksourceview3 intlhack \
 		introspection:build libxml2 pygtk2
 USES=		autoreconf:build gettext gmake libtool pathfix pkgconfig \
-		python shebangfix
+		python:2.7 shebangfix
 SHEBANG_FILES=	nemo-dropbox/dropbox.in
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
+CONFIGURE_ENV=	RST2MAN=${LOCALBASE}/bin/rst2man.py-${PYTHON_VER}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list