svn commit: r434115 - head/games/alienarena

Tijl Coosemans tijl at FreeBSD.org
Tue Feb 14 15:11:21 UTC 2017


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


More information about the svn-ports-all mailing list