diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 14:48:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 14:48:33 +0000 |
commit | 38e686012ec6a1f480a668f97b9b29381909c741 (patch) | |
tree | 157b2395bf76b33fa35e872f84dc83fb822ff4cf /emulators/vba | |
parent | 10d33beed9354e294ed5e0bc0379992e4927a58a (diff) | |
download | ports-38e686012ec6a1f480a668f97b9b29381909c741.tar.gz ports-38e686012ec6a1f480a668f97b9b29381909c741.zip |
Notes
Diffstat (limited to 'emulators/vba')
-rw-r--r-- | emulators/vba/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index a3c1ae14f456..1987008035a2 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -13,6 +13,8 @@ COMMENT= Open source Gameboy Advance emulator LICENSE= GPLv2 +BROKEN= fails to build + BUILD_DEPENDS= nasm:devel/nasm LIB_DEPENDS= libpng.so:graphics/png |