Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 15:39:03 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490148 - head/graphics/gource
Message-ID:  <201901131539.x0DFd3EN056671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jan 13 15:39:03 2019
New Revision: 490148
URL: https://svnweb.freebsd.org/changeset/ports/490148

Log:
  graphics/gource: Drop unused graphics/sdl_image dependency
  
  Gource does not link with libSDL_image, only with libSDL2_image.
  This was missed in r450914.
  
  Add USES=gl while here.

Modified:
  head/graphics/gource/Makefile

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Sun Jan 13 15:33:48 2019	(r490147)
+++ head/graphics/gource/Makefile	Sun Jan 13 15:39:03 2019	(r490148)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gource
 PORTVERSION=	0.47
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/
 
@@ -13,15 +13,14 @@ COMMENT=	OpenGL-based 3D visualisation tool for source
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
-LIB_DEPENDS=	libSDL_image.so:graphics/sdl_image \
-		libfreetype.so:print/freetype2 \
+LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libpcre.so:devel/pcre \
 		libboost_filesystem.so:devel/boost-libs \
 		libpng.so:graphics/png
 RUN_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
 
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig compiler:c++0x
+USES=		gmake gl pkgconfig compiler:c++0x
 USE_GL=		glew gl glu
 USE_SDL=	image2 sdl2
 



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