lib_depends on suitesparse so naev doesn't use an embedded copy.

ok kirby@ (maintainer)
This commit is contained in:
bentley 2016-03-25 09:31:32 +00:00
parent a1897765e3
commit 779de1c98e

View File

@ -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}