summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/Makefile
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-01 17:13:46 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-01 17:13:46 +0800
commit5277a38c54df5d78d4ece040d0c75cdfee8a1faf (patch)
treecb4eb7ccb4b5cd90dc29ff29a806d35a01f13bcf /x11-toolkits/gtk20/Makefile
parente5cc558c4e1180d1965d396f381f6e070345711b (diff)
downloadmarcuscom-ports-5277a38c54df5d78d4ece040d0c75cdfee8a1faf.tar
marcuscom-ports-5277a38c54df5d78d4ece040d0c75cdfee8a1faf.tar.gz
marcuscom-ports-5277a38c54df5d78d4ece040d0c75cdfee8a1faf.tar.bz2
marcuscom-ports-5277a38c54df5d78d4ece040d0c75cdfee8a1faf.tar.lz
marcuscom-ports-5277a38c54df5d78d4ece040d0c75cdfee8a1faf.tar.xz
marcuscom-ports-5277a38c54df5d78d4ece040d0c75cdfee8a1faf.tar.zst
marcuscom-ports-5277a38c54df5d78d4ece040d0c75cdfee8a1faf.zip
Remove gir-repository-atk.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13743 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r--x11-toolkits/gtk20/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 3b26e69bd..f289d9437 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.184 2010/02/23 21:56:12 ahze Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.185 2010/02/25 17:09:53 kwm Exp $
#
PORTNAME= gtk
PORTVERSION= 2.19.6
-PORTREVISION?= 1
+PORTREVISION?= 2
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%/ \
@@ -29,15 +29,13 @@ LATEST_LINK= gtk20
.if !defined(REFERENCE_PORT)
-BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
- ${LOCALBASE}/share/gir-1.0/Atk-1.0.gir:${PORTSDIR}/accessibility/gir-repository-atk
+BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS+= png.5:${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 \
- ${LOCALBASE}/share/gir-1.0/Atk-1.0.gir:${PORTSDIR}/accessibility/gir-repository-atk
+ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
USE_GMAKE= yes
USE_PERL5= yes