summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-13 15:39:03 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-13 15:39:03 +0000
commit9a28386d98bd296fb7b094968a27860fe9456153 (patch)
treef4ef6f267a85ed0651e9b755cbab845efbf7df8b /graphics
parentUpdate to 1.31. Noteworthy changes: (diff)
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.
Notes
Notes: svn path=/head/; revision=490148
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gource/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile
index 7f7517ec045d..bb439d2127aa 100644
--- a/graphics/gource/Makefile
+++ b/graphics/gource/Makefile
@@ -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 control repositories
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