Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 22:06:26 +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: r343160 - head/graphics/py-opengl
Message-ID:  <201402062206.s16M6Q65052567@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402062206.s16M6Q65052567>