Allow building on powerpc64le.
While here, pet portlint (extra whitespace). Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
d05e98892e
commit
6ced590217
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550378
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue