From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 22:06:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB4BDB8A; Thu, 6 Feb 2014 22:06:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93C081A2B; Thu, 6 Feb 2014 22:06:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16M6QcD052568; Thu, 6 Feb 2014 22:06:26 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16M6Q65052567; Thu, 6 Feb 2014 22:06:26 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402062206.s16M6Q65052567@svn.freebsd.org> From: Antoine Brodin Date: Thu, 6 Feb 2014 22:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343160 - head/graphics/py-opengl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 22:06:26 -0000 Author: antoine Date: Thu Feb 6 22:06:26 2014 New Revision: 343160 URL: http://svnweb.freebsd.org/changeset/ports/343160 QAT: https://qat.redports.org/buildarchive/r343160/ Log: - Stage support - Use OPTIONS helpers Modified: head/graphics/py-opengl/Makefile Modified: head/graphics/py-opengl/Makefile ============================================================================== --- head/graphics/py-opengl/Makefile Thu Feb 6 22:04:33 2014 (r343159) +++ head/graphics/py-opengl/Makefile Thu Feb 6 22:06:26 2014 (r343160) @@ -28,13 +28,8 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MTKINTER} -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter -.endif +TKINTER_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter +TKINTER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter post-patch: @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ @@ -42,4 +37,4 @@ post-patch: @${FIND} ${WRKSRC} -name "*.bak" -delete ${REINPLACE_CMD} -e 's|posix |posix|g' ${WRKSRC}/OpenGL/__init__.py -.include +.include