diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-30 06:54:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-30 06:54:23 +0000 |
commit | dee1c59f9016af93a3aabc32c7d15aef0ea2694f (patch) | |
tree | 7464b7d14178f7ff3e0d7763e8fd74e3b8fc3246 /audio/rhythmbox-devel | |
parent | bee749709e5e51f53aa22ae58385320bcb709119 (diff) | |
download | ports-dee1c59f9016af93a3aabc32c7d15aef0ea2694f.tar.gz ports-dee1c59f9016af93a3aabc32c7d15aef0ea2694f.zip |
Notes
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 986bd73c9d58..6ffa1e23b560 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ LOCALBASE="${LOCALBASE}" .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .else #USE_GNOME+= gstreamerplugins |