aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-05-11 05:36:33 +0800
committerpi <pi@FreeBSD.org>2016-05-11 05:36:33 +0800
commit487978c2ea16d6f47149c523942e74f4d99b6f59 (patch)
tree703406c39f27f870159ee9e445dc6d39f635e87c /graphics
parenta29298f8f42473f5e5012bc8431882b68ed67fd0 (diff)
downloadfreebsd-ports-gnome-487978c2ea16d6f47149c523942e74f4d99b6f59.tar.gz
freebsd-ports-gnome-487978c2ea16d6f47149c523942e74f4d99b6f59.tar.zst
freebsd-ports-gnome-487978c2ea16d6f47149c523942e74f4d99b6f59.zip
graphics/gsculpt: fix depend on graphics/py-PyOpenGL
PR: 205472 Reported by: antoine
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gsculpt/Makefile4
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,,}