diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-21 18:36:49 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-21 18:36:49 +0000 |
commit | 626b25836ff9ca8f9d2153c9a186f5dc8145e67f (patch) | |
tree | 27dad0ea86afc512de198f2098ba440386ef207b /multimedia | |
parent | f66dcf1ebc4dbaa618860fad47760db86e26fd70 (diff) | |
download | ports-626b25836ff9ca8f9d2153c9a186f5dc8145e67f.tar.gz ports-626b25836ff9ca8f9d2153c9a186f5dc8145e67f.zip |
Notes
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 |