svn commit: r357942 - head/games/openlierox

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 16 00:26:31 UTC 2014


Author: amdmi3
Date: Mon Jun 16 00:26:30 2014
New Revision: 357942
URL: http://svnweb.freebsd.org/changeset/ports/357942
QAT: https://qat.redports.org/buildarchive/r357942/

Log:
  - Fix alut dependency

Modified:
  head/games/openlierox/Makefile

Modified: head/games/openlierox/Makefile
==============================================================================
--- head/games/openlierox/Makefile	Sun Jun 15 23:45:07 2014	(r357941)
+++ head/games/openlierox/Makefile	Mon Jun 16 00:26:30 2014	(r357942)
@@ -14,10 +14,9 @@ COMMENT=	Extremely addictive realtime wo
 
 LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd \
 		libboost_signals.so:${PORTSDIR}/devel/boost-libs \
-		libcurl.so:${PORTSDIR}/ftp/curl \
-		libalut.so:${PORTSDIR}/audio/freealut
+		libcurl.so:${PORTSDIR}/ftp/curl
 
-USES=		tar:bzip2 cmake openal pkgconfig
+USES=		tar:bzip2 cmake openal:al,alut pkgconfig
 USE_SDL=	sdl image
 USE_GNOME=	libxml2
 USE_GCC=	any # too many gcc'isms


More information about the svn-ports-head mailing list