diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /games/alienarena | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) | |
download | ports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip |
Notes
Diffstat (limited to 'games/alienarena')
-rw-r--r-- | games/alienarena/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile index d020107460e4..2b33f1745e1b 100644 --- a/games/alienarena/Makefile +++ b/games/alienarena/Makefile @@ -3,6 +3,7 @@ PORTNAME= alienarena PORTVERSION= 2013.766 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \ http://ftp.jeuxlinux.fr/files/ \ @@ -53,7 +54,7 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MCLIENT} USES+= openal:soft,alut pkgconfig LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ - freetype.9:${PORTSDIR}/print/freetype2 \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ vorbis.4:${PORTSDIR}/audio/libvorbis |