diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
commit | 05317facbedf1ed4566b56f4e09e6e4a49fc3f38 (patch) | |
tree | f0614b64c20d137667eadfbdc5663150937dc6c3 /graphics/linux-f10-sdl_image | |
parent | f287925fdbb7ff7ab55ee8aaa28cf756fe49a296 (diff) |
Notes
Diffstat (limited to 'graphics/linux-f10-sdl_image')
-rw-r--r-- | graphics/linux-f10-sdl_image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/linux-f10-sdl_image/Makefile b/graphics/linux-f10-sdl_image/Makefile index e5f8b9318452..01667f0679c5 100644 --- a/graphics/linux-f10-sdl_image/Makefile +++ b/graphics/linux-f10-sdl_image/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 1.2.6 PORTREVISION= 3 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= SDL_image-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Simple library to load images as SDL interfaces (Linux Fedora 10) @@ -15,10 +14,11 @@ COMMENT= Simple library to load images as SDL interfaces (Linux Fedora 10) CONFLICTS= linux-sdl_image-[0-9]* linux-f8-sdl_image-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= jpeg png sdl12 tiff LINUX_NAME= SDL_image -LINUX_DIST_VER= 10 + RPMVERSION= 6.fc9 BRANDELF_FILES= usr/bin/showimage USE_LDCONFIG= yes |