diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-14 22:02:43 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-14 22:02:43 +0800 |
commit | d760aaf2c9ea638d8cd1a194b99a5a648556437b (patch) | |
tree | 347cba02a08a90da94079ed1451a9e713f254ded /graphics/gdk-pixbuf2/Makefile | |
parent | 613cc0c5500fe19507ad06c68d8f0a8b72e11d16 (diff) | |
download | marcuscom-ports-d760aaf2c9ea638d8cd1a194b99a5a648556437b.tar marcuscom-ports-d760aaf2c9ea638d8cd1a194b99a5a648556437b.tar.gz marcuscom-ports-d760aaf2c9ea638d8cd1a194b99a5a648556437b.tar.bz2 marcuscom-ports-d760aaf2c9ea638d8cd1a194b99a5a648556437b.tar.lz marcuscom-ports-d760aaf2c9ea638d8cd1a194b99a5a648556437b.tar.xz marcuscom-ports-d760aaf2c9ea638d8cd1a194b99a5a648556437b.tar.zst marcuscom-ports-d760aaf2c9ea638d8cd1a194b99a5a648556437b.zip |
Update to 2.23.4.
Switch to XZ distfile.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16070 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 054712b6b..a0b99c6ff 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -3,10 +3,10 @@ # Whom: Ade Lovett <ade@lovett.com> # # $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.12 2011/03/05 21:23:28 kwm Exp $ +# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.13 2011/03/30 22:25:53 kwm Exp $ PORTNAME?= gdk-pixbuf -PORTVERSION= 2.23.3 +PORTVERSION= 2.23.4 CATEGORIES?= graphics MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R} @@ -23,7 +23,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ jasper.4:${PORTSDIR}/graphics/jasper LATEST_LINK= gdk-pixbuf2 -USE_BZIP2= yes +USE_XZ= yes USE_GMAKE= yes USE_XORG= xt xi x11 USE_AUTOTOOLS= libtool |