diff options
Diffstat (limited to 'emulators/linux-peops-softgpu/Makefile')
-rw-r--r-- | emulators/linux-peops-softgpu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/linux-peops-softgpu/Makefile b/emulators/linux-peops-softgpu/Makefile index b2111bc4d59a..772950f8fc93 100644 --- a/emulators/linux-peops-softgpu/Makefile +++ b/emulators/linux-peops-softgpu/Makefile @@ -16,12 +16,10 @@ DISTNAME= gpupeopssoftx${MAJOR}${MINOR} MAINTAINER= ports@FreeBSD.org COMMENT= A PSEmu Pro GPU plugin using a software X11 renderer (Linux version) -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk - NO_WRKSUBDIR= yes NO_BUILD= yes USE_LINUX= yes -USE_XLIB= yes +USE_LINUX_APPS= gtk xorglibs ONLY_FOR_ARCHS= i386 amd64 |