summaryrefslogtreecommitdiff
path: root/emulators/xmess/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmess/Makefile')
-rw-r--r--emulators/xmess/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 4538467e852..424574a8643 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2003/05/23 14:17:28 kristerw Exp $
+# $NetBSD: Makefile,v 1.36 2003/05/27 12:43:16 kristerw Exp $
#
-DISTNAME= xmame-0.68.1
-PKGNAME= xmess-0.68.1
+DISTNAME= xmame-0.69.1
+PKGNAME= xmess-0.69.1
CATEGORIES= emulators games x11
MASTER_SITES= http://x.mame.net/download/
EXTRACT_SUFX= .tar.bz2
@@ -25,11 +25,6 @@ UNLIMIT_RESOURCES= datasize
.include "../../mk/bsd.prefs.mk"
-# XXX On arm(32)/sparc, the src/unix/video_drivers/x11_window.c causes problems
-.if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "sparc")
-CFLAGS+= -DBROKEN_COMPILER
-.endif
-
ROMPATH= ${PREFIX}/share/${TARGET}
SPOOLDIR= /var/games/${TARGET}
@@ -106,6 +101,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/${TARGET}rc ${ROMPATH}/${TARGET}rc
.include "../../audio/esound/buildlink2.mk"
-.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"