diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-12-30 08:59:15 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-12-30 08:59:15 +0800 |
commit | 8f7f38195091eea27c3421db815935157e042aba (patch) | |
tree | 60cb518cf8a57fa5312811c05a0b9f29327200d0 /multimedia/totem | |
parent | 8a5bcf0b44c3345fd0c7688d7b5c0cffd8c0db61 (diff) | |
download | freebsd-ports-gnome-8f7f38195091eea27c3421db815935157e042aba.tar.gz freebsd-ports-gnome-8f7f38195091eea27c3421db815935157e042aba.tar.zst freebsd-ports-gnome-8f7f38195091eea27c3421db815935157e042aba.zip |
Sync with libxine shared library version bump.
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 9ba27f7a6db0..56dfa45f9476 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -7,7 +7,7 @@ PORTNAME= totem PORTVERSION= 0.99.22 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/...$//} @@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--enable-gstreamer USE_GNOME+= gstreamerplugins WITHOUT_DVDNAV= yes .else -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine .endif .if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV) |