svn commit: r490148 - head/graphics/gource

Tobias Kortkamp tobik at FreeBSD.org
Sun Jan 13 15:39:04 UTC 2019


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
 


More information about the svn-ports-head mailing list