summaryrefslogtreecommitdiff
path: root/emulators/xmame/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-17 19:55:54 +0000
committerjoerg <joerg>2005-11-17 19:55:54 +0000
commita12c15ee69e9efa54e645ab7b437281f8afecf98 (patch)
tree84aa217f8012582c6e4363cb5738f443a3e1607a /emulators/xmame/Makefile
parentb1945a8c34d948f6930bcf09e5e3c02f84492d86 (diff)
downloadpkgsrc-a12c15ee69e9efa54e645ab7b437281f8afecf98.tar.gz
Add DragonFly support. For the DGA drivers, include sys/time.h before
sys/resource.h on DragonFly, struct timeval is needed.
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r--emulators/xmame/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index ed6d602d863..dd78ad1676f 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2005/10/23 20:03:25 kristerw Exp $
+# $NetBSD: Makefile,v 1.137 2005/11/17 19:55:54 joerg Exp $
#
DISTNAME= xmame-0.101
@@ -51,6 +51,7 @@ MAME_CPU.${MACHINE_ARCH}?= ${_MAME_CPU.${MACHINE_ENDIAN}-endian}
MAME_ARCH.NetBSD?= netbsd
MAME_ARCH.Linux?= linux
MAME_ARCH.SunOS?= solaris
+MAME_ARCH.DragonFly?= dragonfly
.if !defined(MAME_ARCH.${OPSYS})
MAME_ARCH.${OPSYS}?= generic
.endif