diff options
author | pav <pav@FreeBSD.org> | 2004-01-04 22:48:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-04 22:48:49 +0800 |
commit | 48b25f650397c8d6c60ff89b171e241d18018ffe (patch) | |
tree | 4b6628f45886faf7390046719e0ab8bc761057e6 /graphics/gimageview | |
parent | 520d579a4612afec23ef888905c87c7d42844c0b (diff) | |
download | freebsd-ports-gnome-48b25f650397c8d6c60ff89b171e241d18018ffe.tar.gz freebsd-ports-gnome-48b25f650397c8d6c60ff89b171e241d18018ffe.tar.zst freebsd-ports-gnome-48b25f650397c8d6c60ff89b171e241d18018ffe.zip |
- Fix optional libxine dependency.
PR: ports/60885
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 385cd4358c35..5ca9bd9e1017 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -77,7 +77,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment " .endif .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.3:${PORTSDIR}/graphics/libxine +LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-xine PLIST_SUB+= WITH_LIBXINE="" .else |