diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-05-14 18:47:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-05-14 18:47:36 +0000 |
commit | 73c317480d60dbbc6cfb5f22386fde39b54a3f02 (patch) | |
tree | 24d90297106c86ae9650259742756a9c77fceb03 /emulators/raine/Makefile | |
parent | 9ba838979ec5425be3d880d863cfb3748bd43bf3 (diff) |
Notes
Diffstat (limited to 'emulators/raine/Makefile')
-rw-r--r-- | emulators/raine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 1035017141f6..2d08a272be2b 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -13,6 +13,8 @@ COMMENT= Arcade Emulator for M68000, M68020 and Z80 based hardware LICENSE= ART10 +BROKEN= fails to link + BUILD_DEPENDS= nasm>0:devel/nasm LIB_DEPENDS= libpng.so:graphics/png |