diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-08-01 23:31:43 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-08-01 23:31:43 +0000 |
commit | 1b7629e6f65773e749d4cb7a806b4b4550a4078c (patch) | |
tree | cb2e9f16286c2804c38696558e987382811e070e /emulators/stella | |
parent | 9409eb97abe85d9306dad8d80de7bfa0567fddca (diff) | |
download | ports-1b7629e6f65773e749d4cb7a806b4b4550a4078c.tar.gz ports-1b7629e6f65773e749d4cb7a806b4b4550a4078c.zip |
Notes
Diffstat (limited to 'emulators/stella')
-rw-r--r-- | emulators/stella/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 792e85f11a1b..2d23a37d2d9a 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -12,9 +12,6 @@ COMMENT= Multi-platform Atari 2600 VCS emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt -BROKEN_armv6= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above -BROKEN_armv7= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above - LIB_DEPENDS= libpng.so:graphics/png USES= compiler:c++11-lib gmake tar:xz |