svn commit: r414967 - head/graphics/gsculpt

Kurt Jaeger pi at FreeBSD.org
Tue May 10 21:36:35 UTC 2016


Author: pi
Date: Tue May 10 21:36:33 2016
New Revision: 414967
URL: https://svnweb.freebsd.org/changeset/ports/414967

Log:
  graphics/gsculpt: fix depend on graphics/py-PyOpenGL
  
  PR:		205472
  Reported by:	antoine

Modified:
  head/graphics/gsculpt/Makefile

Modified: head/graphics/gsculpt/Makefile
==============================================================================
--- head/graphics/gsculpt/Makefile	Tue May 10 21:30:47 2016	(r414966)
+++ head/graphics/gsculpt/Makefile	Tue May 10 21:36:33 2016	(r414967)
@@ -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 applica
 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,,}


More information about the svn-ports-all mailing list