aboutsummaryrefslogtreecommitdiff
path: root/games/alienarena
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-02-14 15:11:20 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-02-14 15:11:20 +0000
commitd660ae8848b3ec267c98e380ecbde8da00e66340 (patch)
treeb17cba31165addaee1a4837b10bc7c8dca17dbe0 /games/alienarena
parent75c4a02e08fecaebb1ea8036259446c9d91591e9 (diff)
downloadports-d660ae8848b3ec267c98e380ecbde8da00e66340.tar.gz
ports-d660ae8848b3ec267c98e380ecbde8da00e66340.zip
Port uses shared libode after r434086.
Notes
Notes: svn path=/head/; revision=434115
Diffstat (limited to 'games/alienarena')
-rw-r--r--games/alienarena/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile
index 605326a8c5b5..cf885b8629b6 100644
--- a/games/alienarena/Makefile
+++ b/games/alienarena/Makefile
@@ -3,7 +3,7 @@
PORTNAME= alienarena
PORTVERSION= 2013.766
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/alienarena.mirror/Alien%20Arena%207.66/ \
http://icculus.org/alienarena/Files/ \
@@ -52,8 +52,8 @@ USES+= jpeg openal:soft,alut pkgconfig
LIB_DEPENDS+= libcurl.so:ftp/curl \
libfreetype.so:print/freetype2 \
libpng.so:graphics/png \
- libvorbis.so:audio/libvorbis
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libode.a:devel/ode
+ libvorbis.so:audio/libvorbis \
+ libode.so:devel/ode
USE_GL= yes
USE_XORG= xxf86dga xxf86vm
.endif