aboutsummaryrefslogtreecommitdiff
path: root/multimedia/totem
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2009-01-28 09:05:36 +0000
committerKoop Mast <kwm@FreeBSD.org>2009-01-28 09:05:36 +0000
commit22c952ab3213d760c144545d491170d299476a07 (patch)
tree120bf996f11f162fd9bae90a2bf72d1762f5c25b /multimedia/totem
parent1dd9137a62591761566311131f59a1a90a312880 (diff)
downloadports-22c952ab3213d760c144545d491170d299476a07.tar.gz
ports-22c952ab3213d760c144545d491170d299476a07.zip
Chase libepc lib bump.
Notes
Notes: svn path=/head/; revision=227035
Diffstat (limited to 'multimedia/totem')
-rw-r--r--multimedia/totem/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
index d04788bf07b3..3e216f3beb00 100644
--- a/multimedia/totem/Makefile
+++ b/multimedia/totem/Makefile
@@ -8,7 +8,7 @@
PORTNAME= totem
PORTVERSION= 2.24.3
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -61,7 +61,7 @@ TOTEM_PLUGINS= thumbnail screensaver ontop gromit media-player-keys \
.include <bsd.port.pre.mk>
.if defined(WITH_PUBLISH)
-LIB_DEPENDS+= epc-1.0.1:${PORTSDIR}/www/libepc
+LIB_DEPENDS+= epc-1.0.2:${PORTSDIR}/www/libepc
PLIST_SUB+= PUBLISH=""
TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish
.else