1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

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.
This commit is contained in:
Tobias Kortkamp 2019-01-13 15:39:03 +00:00
parent bf9d0f3e39
commit 9a28386d98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490148

View File

@ -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