diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-04-29 01:40:02 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-04-29 01:40:02 +0800 |
commit | 352b7cfa73178f237e453d9427bf2095d2ab4dc8 (patch) | |
tree | dcf6d8ab3ec896c1478f7290a37ce35f4724d8d2 /multimedia/qdvdauthor | |
parent | 4a5b3bdeb1e1f2becab1ae2ba1ce874e17612080 (diff) | |
download | freebsd-ports-gnome-352b7cfa73178f237e453d9427bf2095d2ab4dc8.tar.gz freebsd-ports-gnome-352b7cfa73178f237e453d9427bf2095d2ab4dc8.tar.zst freebsd-ports-gnome-352b7cfa73178f237e453d9427bf2095d2ab4dc8.zip |
Chase the libxine shared lib version bump.
Diffstat (limited to 'multimedia/qdvdauthor')
-rw-r--r-- | multimedia/qdvdauthor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/qdvdauthor/Makefile b/multimedia/qdvdauthor/Makefile index 782250a71cdc..c178c1284ec8 100644 --- a/multimedia/qdvdauthor/Makefile +++ b/multimedia/qdvdauthor/Makefile @@ -7,6 +7,7 @@ PORTNAME= qdvdauthor PORTVERSION= 0.0.9 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -89,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.12:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+=--with-xine-support .endif .if defined(WITH_MPLAYER) |