=================================================================== RCS file: /cvs/ports/games/exult/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ports/games/exult/Makefile 2021/11/10 10:09:00 1.4 +++ ports/games/exult/Makefile 2022/05/15 15:20:22 1.5 @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2021/11/10 10:09:00 kirby Exp $ - COMMENT = reimplementation of the Ultima VII game engine #COMMENT-audio = exult: digital music and digital wave sound effects data -DISTNAME = exult-1.6 +DISTNAME = exult-1.8 #PKGNAME-main= ${DISTNAME} #PKGNAME-audio= exult-audio-1.4.9rc2 CATEGORIES= games x11 @@ -38,7 +36,8 @@ BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ ${MODGNU_AUTOMAKE_DEPENDS} \ devel/libtool -LIB_DEPENDS = devel/sdl2 +LIB_DEPENDS = audio/libvorbis \ + devel/sdl2 RUN_DEPENDS = devel/desktop-file-utils USE_GMAKE = Yes