graphics/py-PyOpenGL-accelerate: fix Makefile after rename

- fixed port after rename
- add BUILD/RUN_DEPENDS on PYNUMPY

PR:		205472
Submitted by:	matthew@reztek.cz
This commit is contained in:
Kurt Jaeger 2016-05-10 21:29:04 +00:00
parent 33573cd92e
commit be42b2eead
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414964
2 changed files with 6 additions and 4 deletions

View File

@ -6,14 +6,16 @@ CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -accelerate
#DISTNAME= PyOpenGL${PKGNAMESUFFIX}-${PORTVERSION}
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= OpenGL acceleration code for PyOpenGL
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= cython:lang/cython
BUILD_DEPENDS= cython:lang/cython \
${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USE_PYTHON= autoplist distutils
USES= python

View File

@ -1,2 +1,2 @@
SHA256 (PyOpenGL-3.1.0.tar.gz) = 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf
SIZE (PyOpenGL-3.1.0.tar.gz) = 1172688
SHA256 (PyOpenGL-accelerate-3.1.0.tar.gz) = 927f4670b893d46e2f6273ae938bf0a1db27ffae3336eba94813ccef6260c410
SIZE (PyOpenGL-accelerate-3.1.0.tar.gz) = 323541