aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/epsilon
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2007-02-15 16:35:23 +0800
committerjylefort <jylefort@FreeBSD.org>2007-02-15 16:35:23 +0800
commit1a89e87e9fb795feba580532642e45bfba7f90d9 (patch)
treec70b03fe3516a58e3023011dbd6f4e1797ef1d56 /graphics/epsilon
parentaa854e9f964d438892798817e40d4ec8747e2b84 (diff)
downloadfreebsd-ports-gnome-1a89e87e9fb795feba580532642e45bfba7f90d9.tar.gz
freebsd-ports-gnome-1a89e87e9fb795feba580532642e45bfba7f90d9.tar.zst
freebsd-ports-gnome-1a89e87e9fb795feba580532642e45bfba7f90d9.zip
Track libxine update.
Diffstat (limited to 'graphics/epsilon')
-rw-r--r--graphics/epsilon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/epsilon/Makefile b/graphics/epsilon/Makefile
index 0d99b5dba1f8..16d819181c56 100644
--- a/graphics/epsilon/Makefile
+++ b/graphics/epsilon/Makefile
@@ -7,7 +7,7 @@
PORTNAME= epsilon
PORTVERSION= 20060926
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
@@ -42,7 +42,7 @@ PLIST_SUB+= EPEG="@comment "
.endif
.if defined(WITH_XINE)
-LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+=--enable-thumbnailer-xine
PLIST_SUB+= XINE=""
.else