Date: Fri, 27 Apr 2018 05:55:26 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468399 - head/games/naev Message-ID: <201804270555.w3R5tQYQ074690@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Apr 27 05:55:25 2018 New Revision: 468399 URL: https://svnweb.freebsd.org/changeset/ports/468399 Log: games/naev: Remove the BROKEN line because it uses the internally bundled csparse lib when suitesparse isn't installed THe BROKEN line was added in r468325 updating math/suitesparse. Based on the suggestion of the GitHub user 'bobbens'. Modified: head/games/naev/Makefile Modified: head/games/naev/Makefile ============================================================================== --- head/games/naev/Makefile Fri Apr 27 05:51:41 2018 (r468398) +++ head/games/naev/Makefile Fri Apr 27 05:55:25 2018 (r468399) @@ -3,7 +3,7 @@ PORTNAME= naev PORTVERSION= 0.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -13,13 +13,10 @@ COMMENT= 2D action/RPG space game LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Depends on the library that isn't installed by SuiteSparse any more: https://github.com/naev/naev/issues/774 - LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libvorbisfile.so:audio/libvorbis \ - libzip.so:archivers/libzip \ - libcsparse.so:math/suitesparse + libzip.so:archivers/libzip RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/${DISTNAME}-ndata.zip:games/naev-data USES= autoreconf:build compiler:features gmake pkgconfig tar:bzip2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804270555.w3R5tQYQ074690>