diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
commit | 816503d0c5051e291b1c9d153597bec2c0d90e3e (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /games/nexuiz | |
parent | 422d267e1126322ee1278071a404f04be2383f95 (diff) | |
download | freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.gz freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.zst freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Diffstat (limited to 'games/nexuiz')
-rw-r--r-- | games/nexuiz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index 46f40d9e6b5f..be40a08c0266 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -14,7 +14,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast-paced, chaotic, and intense multiplayer first person shooter LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - jpeg.11:${PORTSDIR}/graphics/jpeg + jpeg:${PORTSDIR}/graphics/jpeg LICENSE= GPLv2 @@ -52,9 +52,9 @@ PLIST_SUB+= MAPPACK="@comment " .endif .if ${PORT_OPTIONS:MCLIENT} || defined{WITH_SDL_CLIENT} -LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug \ +LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug \ png15:${PORTSDIR}/graphics/png \ - theora.0:${PORTSDIR}/multimedia/libtheora + theora:${PORTSDIR}/multimedia/libtheora .endif .if ${PORT_OPTIONS:MCLIENT} |