summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2022-03-11 17:59:56 +0000
committerryoon <ryoon@pkgsrc.org>2022-03-11 17:59:56 +0000
commit27ca288112209f1b60563a6cc6f3448c72c6a5b1 (patch)
tree05bc5224b1e0b335c2a60ee9e403cdac3c618ede /emulators
parent9db6d5f618e6556daa756aeb58f4e71dedc9f8c2 (diff)
downloadpkgsrc-27ca288112209f1b60563a6cc6f3448c72c6a5b1.tar.gz
xnp2: Use SDL2
There is no conflict between SDL_mixer and SDL2_mixer anymore. Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xnp2/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/emulators/xnp2/Makefile b/emulators/xnp2/Makefile
index edbbca1e8cf..668f04bb659 100644
--- a/emulators/xnp2/Makefile
+++ b/emulators/xnp2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2021/12/08 16:04:20 adam Exp $
+# $NetBSD: Makefile,v 1.36 2022/03/11 17:59:56 ryoon Exp $
DISTNAME= xnp2-0.86
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= emulators
MASTER_SITES= http://www.nonakap.org/np2/release/
EXTRACT_SUFX= .tar.bz2
@@ -18,9 +18,7 @@ CONFIGURE_DIRS= x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-build-all
-# XXX audio/SDL2_mixer requires multimedia/smpeg2 but it conflicts with
-# multimedia/smpeg which is required by audio/SDL_mixer
-CONFIGURE_ARGS+= --disable-sdl2
+CONFIGURE_ARGS+= --enable-sdl2
# Workaround for glib2-2.68.0 c++ fallout.
CXXFLAGS+= -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
@@ -37,7 +35,7 @@ post-install:
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
.include "../../x11/gtk2/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../audio/SDL2_mixer/buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"