diff options
Diffstat (limited to 'emulators/linux-geepee32')
-rw-r--r-- | emulators/linux-geepee32/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/linux-geepee32/Makefile b/emulators/linux-geepee32/Makefile index 1ce7f856b758..c33d030b6b15 100644 --- a/emulators/linux-geepee32/Makefile +++ b/emulators/linux-geepee32/Makefile @@ -15,17 +15,16 @@ DISTNAME= ${PORTNAME}_linux_sdl_${PORTVERSION} MAINTAINER= arundel@h3c.de COMMENT= The only GP32 emulator for i386 -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \ - ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes +USE_LINUX= yes USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes USE_REINPLACE= yes REINPLACE_ARGS= -STRIP= TARGET_DIR= ${PREFIX}/${PORTNAME} |