From owner-svn-ports-all@freebsd.org Tue Oct 25 17:48:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9366C21D13; Tue, 25 Oct 2016 17:48:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7850C1EC; Tue, 25 Oct 2016 17:48:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9PHmcHu088614; Tue, 25 Oct 2016 17:48:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9PHmcMl088613; Tue, 25 Oct 2016 17:48:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610251748.u9PHmcMl088613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 25 Oct 2016 17:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424638 - head/x11-toolkits/py-gtk2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 17:48:39 -0000 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