diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-01-30 09:43:31 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-01-30 09:43:31 +0000 |
commit | 6506e45d69278ab9aa0c11e218c71ca3e07664ec (patch) | |
tree | 05146fe73a348007077e1538540aa966348106d1 /graphics/sdl_image/Makefile | |
parent | 22e04ee7f9d92da1264361c15d77ce7418fb374a (diff) |
Notes
Diffstat (limited to 'graphics/sdl_image/Makefile')
-rw-r--r-- | graphics/sdl_image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index aace772d5860..45cd57ccaad1 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdl_image -PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTVERSION= 1.2.10 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} @@ -21,6 +20,7 @@ LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ USE_AUTOTOOLS= libtool:22 USE_SDL= sdl +USE_GNOME= pkgconfig gnomehack USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |