diff options
Diffstat (limited to 'devel/linux-sdl12')
-rw-r--r-- | devel/linux-sdl12/Makefile | 3 | ||||
-rw-r--r-- | devel/linux-sdl12/pkg-plist.i386 | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/linux-sdl12/Makefile b/devel/linux-sdl12/Makefile index 28845887cf76..c5d9f985eafb 100644 --- a/devel/linux-sdl12/Makefile +++ b/devel/linux-sdl12/Makefile @@ -21,9 +21,10 @@ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Cross-platform multi-media development API (linux version) BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs +USE_LINUX= yes USE_LINUX_PREFIX= yes +USE_XLIB= yes LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig ONLY_FOR_ARCHS= i386 alpha diff --git a/devel/linux-sdl12/pkg-plist.i386 b/devel/linux-sdl12/pkg-plist.i386 index 4e5d3adfe310..76916fafd2f9 100644 --- a/devel/linux-sdl12/pkg-plist.i386 +++ b/devel/linux-sdl12/pkg-plist.i386 @@ -6,3 +6,4 @@ usr/lib/libSDL-1.1.so.0 usr/lib/libSDL-1.2.so.0 usr/lib/libSDL-1.2.so.0.0.5 @dirrm usr/doc/SDL-1.2.5 +@unexec rmdir %D/usr/doc 2>&1 >/dev/null || true |