diff options
author | garga <garga@FreeBSD.org> | 2005-09-21 20:42:40 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-21 20:42:40 +0800 |
commit | 6f665d66db6b07d302aabce52c0e7c65f16eeaba (patch) | |
tree | 17737512ffe512612158312d39cd7244d2a091fc /x11-fm | |
parent | 56d62bd9a884672cf52a16b549076c901c4efc38 (diff) | |
download | freebsd-ports-gnome-6f665d66db6b07d302aabce52c0e7c65f16eeaba.tar.gz freebsd-ports-gnome-6f665d66db6b07d302aabce52c0e7c65f16eeaba.tar.zst freebsd-ports-gnome-6f665d66db6b07d302aabce52c0e7c65f16eeaba.zip |
- Fix libxine dependency
PR: ports/86404
Submitted by: maintainer
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/evidence/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile index eb3518c9b17d..54bd6dbc7cb1 100644 --- a/x11-fm/evidence/Makefile +++ b/x11-fm/evidence/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ ecore.1:${PORTSDIR}/x11/ecore \ embryo.9:${PORTSDIR}/lang/embryo \ eet.9:${PORTSDIR}/devel/eet \ - xine.13:${PORTSDIR}/multimedia/libxine + xine.14:${PORTSDIR}/multimedia/libxine USE_GMAKE= yes USE_X_PREFIX= yes |