Date: Tue, 25 Oct 2016 17:48:38 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424638 - head/x11-toolkits/py-gtk2 Message-ID: <201610251748.u9PHmcMl088613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610251748.u9PHmcMl088613>