View | Details | Raw Unified | Return to bug 138629
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	opengl
8
PORTNAME=	opengl
9
PORTVERSION=	3.0.0
9
PORTVERSION=	3.0.0
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	graphics python
11
CATEGORIES=	graphics python
12
MASTER_SITES=	SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
12
MASTER_SITES=	SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-24 Link Here
16
MAINTAINER=	ahze@FreeBSD.org
16
MAINTAINER=	ahze@FreeBSD.org
17
COMMENT=	An OpenGL (and related library) interface for Python
17
COMMENT=	An OpenGL (and related library) interface for Python
18
18
19
BUILD_DEPENDS=	${PYNUMERIC} \
19
BUILD_DEPENDS=	${PYNUMPY} \
20
		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
20
		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
21
RUN_DEPENDS=	${PYNUMERIC} \
21
RUN_DEPENDS=	${PYNUMPY} \
22
		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
22
		${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
23
23
24
OPTIONS=	TKINTER "Build with tkinter for X support" On
24
OPTIONS=	TKINTER "Build with tkinter for X support" On

Return to bug 138629