Date: Mon, 16 Jun 2014 00:26:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357942 - head/games/openlierox Message-ID: <201406160026.s5G0QUub048062@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406160026.s5G0QUub048062>