Date: Tue, 14 Feb 2017 15:11:20 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434115 - head/games/alienarena Message-ID: <201702141511.v1EFBKER001392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Feb 14 15:11:20 2017 New Revision: 434115 URL: https://svnweb.freebsd.org/changeset/ports/434115 Log: Port uses shared libode after r434086. Modified: head/games/alienarena/Makefile Modified: head/games/alienarena/Makefile ============================================================================== --- head/games/alienarena/Makefile Tue Feb 14 15:08:49 2017 (r434114) +++ head/games/alienarena/Makefile Tue Feb 14 15:11:20 2017 (r434115) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702141511.v1EFBKER001392>