diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2019-02-23 23:55:03 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2019-02-23 23:55:03 +0800 |
commit | 2a13dc0ca880cc9310d66de163097cc249cd872f (patch) | |
tree | 383f3281dfecea5b5efcf0f2b4146ef96eca7fab /games/doomsday/Makefile | |
parent | 1ce4cb09f94c304f29fbee63dac8e88cda8511ea (diff) | |
download | freebsd-ports-gnome-2a13dc0ca880cc9310d66de163097cc249cd872f.tar.gz freebsd-ports-gnome-2a13dc0ca880cc9310d66de163097cc249cd872f.tar.zst freebsd-ports-gnome-2a13dc0ca880cc9310d66de163097cc249cd872f.zip |
- Update to 2.1.1
Diffstat (limited to 'games/doomsday/Makefile')
-rw-r--r-- | games/doomsday/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index b06f38636990..119ccfeaba64 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= doomsday -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.1.1 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} @@ -17,13 +16,14 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libfluidsynth.so:audio/fluidsynth RUN_DEPENDS= timidity:audio/timidity -USES= cmake compiler:c++11-lib gl localbase:ldflags ninja openal pkgconfig python:2.7,build qt:5 +USES= cmake compiler:c++11-lib gl localbase:ldflags ninja openal pkgconfig \ + python:2.7,build qt:5 sdl USE_GL= gl glu USE_LDCONFIG= yes USE_SDL= sdl2 mixer2 USE_XORG= x11 sm ice xext xrandr xxf86vm -USE_QT= buildtools_build core gui network widgets qmake opengl x11extras +USE_QT= buildtools_build core gui network widgets qmake_build opengl x11extras CMAKE_ARGS+= -DDENG_ENABLE_COTIRE=OFF -DDENG_ASSIMP_EMBEDDED=OFF LDFLAGS+= -lexecinfo |