diff options
author | tron <tron@pkgsrc.org> | 1998-02-14 22:08:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-14 22:08:42 +0000 |
commit | 8b99fb6bf203f677d080200e26a651ca25a4c06c (patch) | |
tree | cdd7c46d1997941790ac230823047ed4711f3034 /emulators | |
parent | 94f92098de504bc33a2f71002e37f7d5e9b9c357 (diff) | |
download | pkgsrc-8b99fb6bf203f677d080200e26a651ca25a4c06c.tar.gz |
Add and enable xmame-0.30.1, fixes PR pkg/4991.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 592bd0a4608..54c906c085a 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1997/12/29 19:15:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/02/14 22:08:42 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -24,5 +24,6 @@ # SUBDIR += wine # SUBDIR += x48 # SUBDIR += xgs + SUBDIR += xmame .include <bsd.port.subdir.mk> |