diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-29 08:31:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-29 08:31:18 +0000 |
commit | dff101aaca38b0c2f0f4ed2445078bc2841b9bfd (patch) | |
tree | 84d98528c2b2bb6c867ebcd29ada626b52c8ec86 | |
parent | 46407e03633f54cca1108cfcea3d7256f008712c (diff) |
Notes
-rw-r--r-- | emulators/mess/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 612301e1158c..2fb4825eb652 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -5,6 +5,8 @@ MTARGET= mame MSUBTARGET= mess COMMENT= Multiple Emulator Super System +BROKEN= fails to install + MASTERDIR= ${.CURDIR}/../mame DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist |