diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
commit | c2d1a14c7c87601a2482b2337ade1454f6ac5a68 (patch) | |
tree | d6c77b7a4c1035ef2fe37dd09eb4885e2b07cae0 /games/xonotic | |
parent | fcf1af8ef459be093271d14274f70832a4bc883a (diff) |
Notes
Diffstat (limited to 'games/xonotic')
-rw-r--r-- | games/xonotic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 75046066799f..4c098a986223 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -3,6 +3,7 @@ PORTNAME= xonotic PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://nl.dl.xonotic.org/ \ http://mirror.bitmissile.com/xonotic/releases/ @@ -10,7 +11,7 @@ MASTER_SITES= http://nl.dl.xonotic.org/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= A fast-paced, chaotic, and intense multiplayer first person shooter -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg |