diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-09-28 05:26:27 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-09-28 05:26:27 +0800 |
commit | 6ced5902172f1856cedc39c81cb1ce63fe63ea11 (patch) | |
tree | 671bc6dc780da36f6dba9e3463f00945ebe227a3 /emulators/higan | |
parent | d05e98892e825d34b8fee2c8999efbaf6f0084f0 (diff) | |
download | freebsd-ports-gnome-6ced5902172f1856cedc39c81cb1ce63fe63ea11.tar.gz freebsd-ports-gnome-6ced5902172f1856cedc39c81cb1ce63fe63ea11.tar.zst freebsd-ports-gnome-6ced5902172f1856cedc39c81cb1ce63fe63ea11.zip |
Allow building on powerpc64le.
While here, pet portlint (extra whitespace).
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'emulators/higan')
-rw-r--r-- | emulators/higan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index c61b553fdc70..f2fcae3256b1 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION}-source MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Nintendo multi-system emulator -ONLY_FOR_ARCHS= amd64 i386 powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 @@ -40,7 +40,6 @@ XV_DESC= Build Xv video driver INPUT_SDL_DESC= Build SDL input driver INPUT_X_DESC= Build X input driver - GLX_USES= gl GLX_USE= GL=gl GLX_VARS= VIDEO_DRIVER+=video.glx |