aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-11-06 06:04:35 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-11-06 06:04:35 +0000
commit8477e3367e2a51bb3d1942bfd4d115a995a338cf (patch)
tree224c690e13bcd38bd845ef7391e7533c27a1dbbe
parent3bdbd12d53fae2521b3f9b97241c6e2582451eb3 (diff)
downloadports-8477e3367e2a51bb3d1942bfd4d115a995a338cf.tar.gz
ports-8477e3367e2a51bb3d1942bfd4d115a995a338cf.zip
Chase cairo shared library update, bump the PORTREVISION.
Notes
Notes: svn path=/head/; revision=147430
-rw-r--r--java/eclipse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index 47aa46d3c649..b8be8dff58bc 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -7,7 +7,7 @@
PORTNAME= eclipse
PORTVERSION= 3.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
MASTER_SITE_SUBDIR= R-${PORTVERSION}-200509290840
@@ -59,7 +59,7 @@ MAKE_MOZILLA=
.if defined(WITHOUT_CAIRO)
MAKE_CAIRO=
.else
-LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
MAKE_CAIRO= make_cairo
.endif
.endif