diff options
author | pi <pi@FreeBSD.org> | 2016-05-10 21:36:33 +0000 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-10 21:36:33 +0000 |
commit | 2b0c893871d272d77dc724294a77fd2841917abd (patch) | |
tree | 703406c39f27f870159ee9e445dc6d39f635e87c | |
parent | 9d479c3d50c096a1ffb9882d595990e3bf47083a (diff) | |
download | FreeBSD-ports-2b0c893871d272d77dc724294a77fd2841917abd.zip FreeBSD-ports-2b0c893871d272d77dc724294a77fd2841917abd.tar.gz |
graphics/gsculpt: fix depend on graphics/py-PyOpenGL
PR: 205472
Reported by: antoine
-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 51927e3..0ec8207 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,,} |