diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-01-07 17:02:21 +0800 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-01-07 17:02:21 +0800 |
commit | 4efac9807011b3208cc38557e0aff31bb801a1db (patch) | |
tree | 91ca4d63c6f490c441c644dd0aa610e78b721e9f /emulators/vba/Makefile | |
parent | e7bf1ff75c4fa0d9adb82710a1ff580f4a72a132 (diff) | |
download | freebsd-ports-gnome-4efac9807011b3208cc38557e0aff31bb801a1db.tar.gz freebsd-ports-gnome-4efac9807011b3208cc38557e0aff31bb801a1db.tar.zst freebsd-ports-gnome-4efac9807011b3208cc38557e0aff31bb801a1db.zip |
emulators/vba: Mark Un'BROKEN
While here, set LICENSE_FILE.
PR: 234497
Reviewed by: koobs, mat
Approved by: mat (mentor)
Approved by: portmgr (blanket: build/run fixes, ports compliance)
Differential Revision: https://reviews.freebsd.org/D18687
Diffstat (limited to 'emulators/vba/Makefile')
-rw-r--r-- | emulators/vba/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 1987008035a2..48c6887be5f2 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -12,8 +12,7 @@ MAINTAINER= arundel@h3c.de COMMENT= Open source Gameboy Advance emulator LICENSE= GPLv2 - -BROKEN= fails to build +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= nasm:devel/nasm LIB_DEPENDS= libpng.so:graphics/png |