diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-26 01:48:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-26 01:48:38 +0800 |
commit | 40034bd631c7a1bb98e80ebaf6c129d37e734c27 (patch) | |
tree | ff38e79cf9f85a2f15db34c752fa76938d3c20cd /x11-toolkits | |
parent | 2a55fbb85cc4e8210f4d0c2fa140f939205319c9 (diff) | |
download | freebsd-ports-gnome-40034bd631c7a1bb98e80ebaf6c129d37e734c27.tar.gz freebsd-ports-gnome-40034bd631c7a1bb98e80ebaf6c129d37e734c27.tar.zst freebsd-ports-gnome-40034bd631c7a1bb98e80ebaf6c129d37e734c27.zip |
Remove CONFIGURE_ENV already set by python.mk
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index ae9957581281..cf5b35f81f75 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-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 |