diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-11 22:01:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-11 22:01:51 +0800 |
commit | 2a4659b6a6016bc22e57d6bccc09c56c98e92cbe (patch) | |
tree | b01729ad3900db7b4616410163dc51c59cec5ebb /graphics/gdk-pixbuf2 | |
parent | 7303ff751e5605478af8e1dc19e51cfaca467387 (diff) | |
download | marcuscom-ports-2a4659b6a6016bc22e57d6bccc09c56c98e92cbe.tar marcuscom-ports-2a4659b6a6016bc22e57d6bccc09c56c98e92cbe.tar.gz marcuscom-ports-2a4659b6a6016bc22e57d6bccc09c56c98e92cbe.tar.bz2 marcuscom-ports-2a4659b6a6016bc22e57d6bccc09c56c98e92cbe.tar.lz marcuscom-ports-2a4659b6a6016bc22e57d6bccc09c56c98e92cbe.tar.xz marcuscom-ports-2a4659b6a6016bc22e57d6bccc09c56c98e92cbe.tar.zst marcuscom-ports-2a4659b6a6016bc22e57d6bccc09c56c98e92cbe.zip |
Enable jasper support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14565 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 09e97486a..3f75c34eb 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -3,10 +3,11 @@ # Whom: Ade Lovett <ade@lovett.com> # # $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.4 2010/07/12 14:14:14 kwm Exp $ +# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.5 2010/09/11 10:55:10 kwm Exp $ PORTNAME?= gdk-pixbuf PORTVERSION= 2.21.7 +PORTREVISION= 1 CATEGORIES?= graphics MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R} @@ -19,7 +20,8 @@ COMMENT= A graphic library for GTK+ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.11:${PORTSDIR}/graphics/jpeg + jpeg.11:${PORTSDIR}/graphics/jpeg \ + jasper.4:${PORTSDIR}/graphics/jasper LATEST_LINK= gdk-pixbuf2 USE_BZIP2= yes @@ -31,7 +33,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-introspection=yes +CONFIGURE_ARGS= --enable-introspection=yes --with-libjasper MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 |