diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-10 21:36:33 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-10 21:36:33 +0000 |
commit | ad96ef202688e485a2ed50ba849684c2262dd28d (patch) | |
tree | 703406c39f27f870159ee9e445dc6d39f635e87c /graphics/gsculpt | |
parent | b93d640fe2ff5e5a0ad207cc1fed0bceda311e9e (diff) | |
download | ports-ad96ef202688e485a2ed50ba849684c2262dd28d.tar.gz ports-ad96ef202688e485a2ed50ba849684c2262dd28d.zip |
Notes
Diffstat (limited to 'graphics/gsculpt')
-rw-r--r-- | graphics/gsculpt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 51927e3f85e7..0ec82075e74d 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsculpt PORTVERSION= 0.99.47 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,} DISTNAME= gSculpt-${PORTVERSION}-alpha-src @@ -14,7 +14,7 @@ COMMENT= Opensource 3D modelling application LICENSE= GPLv2 LIB_DEPENDS= libboost_python.so:devel/boost-python-libs -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>0:graphics/py-PyOpenGL \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL \ ${PYTHON_PKGNAMEPREFIX}gtkglext>0:x11-toolkits/py-gtkglext WRKSRC= ${WRKDIR}/${DISTNAME:S,-src,,} |