diff options
author | danfe <danfe@FreeBSD.org> | 2010-05-27 12:36:39 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-05-27 12:36:39 +0800 |
commit | 79bd8441476bcda8d15b95957c54472f974e83c9 (patch) | |
tree | 6df6850d4665a08aa5993aaf27a92fb146c6d111 /games | |
parent | ebdcac1baba70e764b31c1a9f32b125f904330f0 (diff) | |
download | freebsd-ports-gnome-79bd8441476bcda8d15b95957c54472f974e83c9.tar.gz freebsd-ports-gnome-79bd8441476bcda8d15b95957c54472f974e83c9.tar.zst freebsd-ports-gnome-79bd8441476bcda8d15b95957c54472f974e83c9.zip |
Fix the build when dedicated server only is selected.
PR: ports/147074
Submitted by: Emil Smolenski
Diffstat (limited to 'games')
-rw-r--r-- | games/nexuiz/Makefile | 4 | ||||
-rw-r--r-- | games/xonotic/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index 7a1a535d6528..8f6c891135d5 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -47,10 +47,10 @@ PLIST_SUB+= MAPPACK="" PLIST_SUB+= MAPPACK="@comment " .endif -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ + jpeg.11:${PORTSDIR}/graphics/jpeg .if defined(WITH_CLIENT) || defined(WITH_SDL_CLIENT) LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ theora.0:${PORTSDIR}/multimedia/libtheora .endif diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 7a1a535d6528..8f6c891135d5 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -47,10 +47,10 @@ PLIST_SUB+= MAPPACK="" PLIST_SUB+= MAPPACK="@comment " .endif -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ + jpeg.11:${PORTSDIR}/graphics/jpeg .if defined(WITH_CLIENT) || defined(WITH_SDL_CLIENT) LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ theora.0:${PORTSDIR}/multimedia/libtheora .endif |