svn commit: r343160 - head/graphics/py-opengl

Antoine Brodin antoine at FreeBSD.org
Thu Feb 6 22:06:26 UTC 2014


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>


More information about the svn-ports-head mailing list