diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-11 21:56:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-11 21:56:42 +0800 |
commit | 7303ff751e5605478af8e1dc19e51cfaca467387 (patch) | |
tree | a8cb737661dd6ce31dde10be19002d4aee96b469 /x11-toolkits/gtk20 | |
parent | c69c166c57c0b2ba709da97ae9fcb00c4b31975f (diff) | |
download | marcuscom-ports-7303ff751e5605478af8e1dc19e51cfaca467387.tar marcuscom-ports-7303ff751e5605478af8e1dc19e51cfaca467387.tar.gz marcuscom-ports-7303ff751e5605478af8e1dc19e51cfaca467387.tar.bz2 marcuscom-ports-7303ff751e5605478af8e1dc19e51cfaca467387.tar.lz marcuscom-ports-7303ff751e5605478af8e1dc19e51cfaca467387.tar.xz marcuscom-ports-7303ff751e5605478af8e1dc19e51cfaca467387.tar.zst marcuscom-ports-7303ff751e5605478af8e1dc19e51cfaca467387.zip |
Jpeg, png, tiff and jasper depends aren't needed anymore. they where used
by gdk-pixbuf which has it own port.
Also bump for internal gir version bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14564 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index db1d12217..b7cefbdec 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.200 2010/08/17 09:51:42 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.201 2010/08/30 21:06:35 kwm Exp $ # PORTNAME= gtk PORTVERSION= 2.21.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ @@ -32,10 +32,6 @@ LATEST_LINK= gtk20 .if !defined(REFERENCE_PORT) 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 \ - jasper.4:${PORTSDIR}/graphics/jasper RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme |