diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-12 18:03:43 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-12 18:03:43 +0000 |
commit | e6515dfcd25e9a24e4a96edf815836da72b42fe0 (patch) | |
tree | 997cf6639db0363f308094941fc40dcd37b66c12 /graphics/linux-f10-sdl_image | |
parent | 76c9db883b81a1943ff857260ab7143d1286ef74 (diff) | |
download | ports-e6515dfcd25e9a24e4a96edf815836da72b42fe0.tar.gz ports-e6515dfcd25e9a24e4a96edf815836da72b42fe0.zip |
Notes
Diffstat (limited to 'graphics/linux-f10-sdl_image')
-rw-r--r-- | graphics/linux-f10-sdl_image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/linux-f10-sdl_image/Makefile b/graphics/linux-f10-sdl_image/Makefile index 89523abf3e8a..9e8a584b5b3d 100644 --- a/graphics/linux-f10-sdl_image/Makefile +++ b/graphics/linux-f10-sdl_image/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= graphics linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} @@ -18,7 +19,7 @@ CONFLICTS= linux-sdl_image-[0-9]* linux-f8-sdl_image-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes -USE_LINUX_APPS= sdl12 +USE_LINUX_APPS= jpeg png sdl12 tiff LINUX_NAME= SDL_image LINUX_DIST_VER= 10 RPMVERSION= 6.fc9 |