diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2001-12-12 16:47:39 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2001-12-12 16:47:39 +0800 |
commit | e8c1a7a059e058af03f74143bde5598dc35116ed (patch) | |
tree | d9ccdc73c7484b54c9ef592c809390330a087f91 /graphics/xine_d4d_plugin | |
parent | 55fbb4cc3578d9275595e895ec1b8de63b8e50b3 (diff) | |
download | freebsd-ports-gnome-e8c1a7a059e058af03f74143bde5598dc35116ed.tar.gz freebsd-ports-gnome-e8c1a7a059e058af03f74143bde5598dc35116ed.tar.zst freebsd-ports-gnome-e8c1a7a059e058af03f74143bde5598dc35116ed.zip |
Chase the libxine.so version change.
Reviewed by: knu
Diffstat (limited to 'graphics/xine_d4d_plugin')
-rw-r--r-- | graphics/xine_d4d_plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xine_d4d_plugin/Makefile b/graphics/xine_d4d_plugin/Makefile index 755472e9ea86..f9cb59938c5d 100644 --- a/graphics/xine_d4d_plugin/Makefile +++ b/graphics/xine_d4d_plugin/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.geocities.com/captain_css/ MAINTAINER= gibbon@cocoa.freemail.ne.jp -LIB_DEPENDS= xine.5:${PORTSDIR}/graphics/libxine +LIB_DEPENDS= xine.0:${PORTSDIR}/graphics/libxine GNU_CONFIGURE= yes USE_X_PREFIX= yes |