From 779de1c98e9287d11fed3518d8c924b5b7659be4 Mon Sep 17 00:00:00 2001 From: bentley Date: Fri, 25 Mar 2016 09:31:32 +0000 Subject: [PATCH] lib_depends on suitesparse so naev doesn't use an embedded copy. ok kirby@ (maintainer) --- games/naev/base/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/games/naev/base/Makefile b/games/naev/base/Makefile index d761f6890d7..d862ab65f4f 100644 --- a/games/naev/base/Makefile +++ b/games/naev/base/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.8 2016/01/19 22:59:12 kirby Exp $ +# $OpenBSD: Makefile,v 1.9 2016/03/25 09:31:32 bentley Exp $ COMMENT = 2D space trading and combat game DISTNAME = naev-${VERSION} -REVISION = 0 +REVISION = 1 EXTRACT_SUFX = .tar.bz2 WANTLIB += GL GLU SDL SDL_mixer c freetype m png pthread vorbis -WANTLIB += vorbisfile xml2 z zip ${MODLUA_WANTLIB} +WANTLIB += csparse cxsparse vorbisfile xml2 z zip ${MODLUA_WANTLIB} MODULES = lang/lua RUN_DEPENDS = devel/desktop-file-utils \ @@ -16,6 +16,7 @@ RUN_DEPENDS = devel/desktop-file-utils \ LIB_DEPENDS = archivers/libzip \ devel/sdl-mixer \ graphics/png \ + math/suitesparse \ textproc/libxml \ ${MODLUA_LIB_DEPENDS}