diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-02-15 08:35:23 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-02-15 08:35:23 +0000 |
commit | b31785b717082bf7927e5689e4f59170d15e8a5d (patch) | |
tree | 1b4675f911ec2b39026e1b354f7ee57bb3bbe0d3 /graphics/epsilon | |
parent | fa1ec2e5762c03f393abd85f2cde566d6d9da719 (diff) |
Notes
Diffstat (limited to 'graphics/epsilon')
-rw-r--r-- | graphics/epsilon/Makefile | 4 |
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 |