diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-07 03:04:23 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-07 03:04:23 +0800 |
commit | 4728ea7a6c986c3a4a71437041206f88a1257205 (patch) | |
tree | f18c03225d1da2c419798e4ecc353d8f6c206743 /games/doomsday/Makefile | |
parent | d43059787d7d4a5fd5e88375d18567276a976dbe (diff) | |
download | freebsd-ports-gnome-4728ea7a6c986c3a4a71437041206f88a1257205.tar.gz freebsd-ports-gnome-4728ea7a6c986c3a4a71437041206f88a1257205.tar.zst freebsd-ports-gnome-4728ea7a6c986c3a4a71437041206f88a1257205.zip |
- Use Python 3
Diffstat (limited to 'games/doomsday/Makefile')
-rw-r--r-- | games/doomsday/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index 19f7f153a17f..e162f5391ef0 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -11,16 +11,13 @@ COMMENT= Enhanced Doom, Heretic, and Hexen source port LICENSE= GPLv2 -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - LIB_DEPENDS= libcurl.so:ftp/curl \ libassimp.so:multimedia/assimp \ libfluidsynth.so:audio/fluidsynth RUN_DEPENDS= timidity:audio/timidity USES= cmake compiler:c++11-lib gl localbase:ldflags ncurses ninja openal pkgconfig \ - python:2.7,build qt:5 sdl xorg + python:3.5+,build qt:5 sdl xorg USE_GL= gl glu USE_LDCONFIG= yes |