diff options
author | lioux <lioux@FreeBSD.org> | 2005-11-18 04:27:03 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-11-18 04:27:03 +0000 |
commit | f7058a050f56e359922e9e36d7c89be5eff5852f (patch) | |
tree | f1745bac1f38d13dff444fa03ccafbb2012f252b /multimedia/konverter | |
parent | c70dea7fd796b4fb13a30b55f6e2c5571adfe676 (diff) | |
download | FreeBSD-ports-f7058a050f56e359922e9e36d7c89be5eff5852f.zip FreeBSD-ports-f7058a050f56e359922e9e36d7c89be5eff5852f.tar.gz |
Fix build: update libxine LIB_DEPENDS entry to match multimedia/libxine
update to 1.1.0
PR: 89126
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Pointy hat: nobutaka
Diffstat (limited to 'multimedia/konverter')
-rw-r--r-- | multimedia/konverter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/konverter/Makefile b/multimedia/konverter/Makefile index 4d9aebb..1677bba 100644 --- a/multimedia/konverter/Makefile +++ b/multimedia/konverter/Makefile @@ -16,7 +16,7 @@ COMMENT= KDE MEncoder frontend BUILD_DEPENDS= avimerge:${PORTSDIR}/multimedia/transcode \ mencoder:${PORTSDIR}/multimedia/mplayer -LIB_DEPENDS= xine.13:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS= xine.14:${PORTSDIR}/multimedia/libxine USE_KDELIBS_VER=3 GNU_CONFIGURE= yes |