diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-01-09 23:26:59 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-01-09 23:26:59 +0800 |
commit | b84a7d2eeaeb0f8421bc8bd16b62fa1753c06e6f (patch) | |
tree | aff11d9b8e18737099798ef1fb02cf59477eb0ee /audio/rhythmbox | |
parent | 24ff610e6647ebcb27cb526095eebc5356622587 (diff) | |
download | freebsd-ports-gnome-b84a7d2eeaeb0f8421bc8bd16b62fa1753c06e6f.tar.gz freebsd-ports-gnome-b84a7d2eeaeb0f8421bc8bd16b62fa1753c06e6f.tar.zst freebsd-ports-gnome-b84a7d2eeaeb0f8421bc8bd16b62fa1753c06e6f.zip |
LIB_DEPENDS: libxine was bumped to version 9 some time ago.
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 0839cee5c0d7..7c41df692e3c 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .else #USE_GNOME+= gstreamerplugins |