diff options
author | arved <arved@FreeBSD.org> | 2005-09-22 02:36:49 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-09-22 02:36:49 +0800 |
commit | 9f75cb0af3895831d8e0fb8989770fc42cc871ef (patch) | |
tree | f14848f3cb2869ad692d0637462a80373a766015 /multimedia | |
parent | 9d36c1206dd0985937bffb588838479a06d0ad6b (diff) | |
download | freebsd-ports-gnome-9f75cb0af3895831d8e0fb8989770fc42cc871ef.tar.gz freebsd-ports-gnome-9f75cb0af3895831d8e0fb8989770fc42cc871ef.tar.zst freebsd-ports-gnome-9f75cb0af3895831d8e0fb8989770fc42cc871ef.zip |
Chase libxine shared library version
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/qdvdauthor/Makefile | 4 | ||||
-rw-r--r-- | multimedia/quark/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/qdvdauthor/Makefile b/multimedia/qdvdauthor/Makefile index c178c1284ec8..8caa5a6737f5 100644 --- a/multimedia/qdvdauthor/Makefile +++ b/multimedia/qdvdauthor/Makefile @@ -7,7 +7,7 @@ PORTNAME= qdvdauthor PORTVERSION= 0.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -90,7 +90,7 @@ RUN_DEPENDS+= dvd-slideshow:${PORTSDIR}/multimedia/dvd-slideshow RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools .endif .if !defined(WITHOUT_LIBXINE) -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+=--with-xine-support .endif .if defined(WITH_MPLAYER) diff --git a/multimedia/quark/Makefile b/multimedia/quark/Makefile index 9db59d772c67..415a7d51b02f 100644 --- a/multimedia/quark/Makefile +++ b/multimedia/quark/Makefile @@ -6,7 +6,7 @@ PORTNAME= quark PORTVERSION= 3.21 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia gnome MASTER_SITES= http://quark.sunsite.dk/ \ http://demian.dyndns.org/src/ @@ -14,7 +14,7 @@ MASTER_SITES= http://quark.sunsite.dk/ \ MAINTAINER= ports@FreeBSD.org COMMENT= An audio player, for geeks, by geeks -LIB_DEPENDS= xine.13:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS= xine.14:${PORTSDIR}/multimedia/libxine USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gnomevfs2 |