diff options
author | tijl <tijl@FreeBSD.org> | 2017-02-14 23:11:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-02-14 23:11:20 +0800 |
commit | 0bd86733708cfab54bdb1128ea3e324947ffc123 (patch) | |
tree | b17cba31165addaee1a4837b10bc7c8dca17dbe0 /games/alienarena | |
parent | 28cd6ca4388d092da2bef0ff2a83d7ded66b179d (diff) | |
download | freebsd-ports-gnome-0bd86733708cfab54bdb1128ea3e324947ffc123.tar.gz freebsd-ports-gnome-0bd86733708cfab54bdb1128ea3e324947ffc123.tar.zst freebsd-ports-gnome-0bd86733708cfab54bdb1128ea3e324947ffc123.zip |
Port uses shared libode after r434086.
Diffstat (limited to 'games/alienarena')
-rw-r--r-- | games/alienarena/Makefile | 6 |
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 |