diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /devel/sfml | |
parent | - Update to 2.3.0 (diff) |
Convert to USES=jpeg
Notes
Notes:
svn path=/head/; revision=390310
Diffstat (limited to 'devel/sfml')
-rw-r--r-- | devel/sfml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/sfml/Makefile b/devel/sfml/Makefile index afc7cd25edfb..8d63ea5a66bd 100644 --- a/devel/sfml/Makefile +++ b/devel/sfml/Makefile @@ -12,11 +12,10 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple and Fast Multimedia Library LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libGLEW.so:${PORTSDIR}/graphics/glew -USES= cmake zip:infozip openal:al dos2unix +USES= cmake dos2unix jpeg openal:al zip:infozip DOS2UNIX_FILES= CMakeLists.txt USE_XORG= x11 xrandr USE_GL= gl |