diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-04-28 17:40:02 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-04-28 17:40:02 +0000 |
commit | 6a40d7a441686b012deab9a93dfea7656c11c31a (patch) | |
tree | 75c77233e8a52f6aea6f4eaf3b2c5faaff2d196d /multimedia/qdvdauthor | |
parent | 93f163a0a800361b2e1503ed6c86a116062b5bde (diff) | |
download | ports-6a40d7a441686b012deab9a93dfea7656c11c31a.tar.gz ports-6a40d7a441686b012deab9a93dfea7656c11c31a.zip |
Notes
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) |