diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-03-19 17:28:51 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-03-19 17:28:51 +0000 |
commit | 0263b9d868256500eb3f31df4c5a81d85d5389c8 (patch) | |
tree | bd3ef2dd232584e45f6077260b986d8a61cd6944 /graphics/linux-f10-sdl_image | |
parent | e2ebded775e715fcec035ce1d61b9a2ba5fe6e17 (diff) | |
download | ports-0263b9d868256500eb3f31df4c5a81d85d5389c8.tar.gz ports-0263b9d868256500eb3f31df4c5a81d85d5389c8.zip |
Notes
Diffstat (limited to 'graphics/linux-f10-sdl_image')
-rw-r--r-- | graphics/linux-f10-sdl_image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/linux-f10-sdl_image/Makefile b/graphics/linux-f10-sdl_image/Makefile index b5c24c39df72..a80e82a4136f 100644 --- a/graphics/linux-f10-sdl_image/Makefile +++ b/graphics/linux-f10-sdl_image/Makefile @@ -15,9 +15,8 @@ DISTNAME= SDL_image-${PORTVERSION}-1 MAINTAINER= nivit@FreeBSD.org COMMENT= A simple library to load images as SDL interfaces (linux version) -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 - USE_LINUX_RPM= yes +USE_LINUX_APPS= sdl12 INSTALL_SHLIB= yes ONLY_FOR_ARCHS= i386 amd64 DIST_SUBDIR= rpm |