Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2016 21:36:34 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414967 - head/graphics/gsculpt
Message-ID:  <201605102136.u4ALaYIp082018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,,}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605102136.u4ALaYIp082018>