svn commit: r424638 - head/x11-toolkits/py-gtk2

Antoine Brodin antoine at FreeBSD.org
Tue Oct 25 17:48:39 UTC 2016


Author: antoine
Date: Tue Oct 25 17:48:38 2016
New Revision: 424638
URL: https://svnweb.freebsd.org/changeset/ports/424638

Log:
  Remove CONFIGURE_ENV already set by python.mk

Modified:
  head/x11-toolkits/py-gtk2/Makefile

Modified: head/x11-toolkits/py-gtk2/Makefile
==============================================================================
--- head/x11-toolkits/py-gtk2/Makefile	Tue Oct 25 17:34:37 2016	(r424637)
+++ head/x11-toolkits/py-gtk2/Makefile	Tue Oct 25 17:48:38 2016	(r424638)
@@ -21,7 +21,6 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cairo/
 USES=		gettext gmake libtool pathfix pkgconfig python:2 tar:bzip2
 USE_GNOME=	libglade2 pygobject
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	PYTHON="${PYTHON_VERSION}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-docs


More information about the svn-ports-all mailing list