diff options
author | mat <mat@FreeBSD.org> | 2014-02-19 22:45:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-19 22:45:19 +0800 |
commit | dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a (patch) | |
tree | 613726703c4327bff2ddfcb55ef1b9f90d377c79 /multimedia | |
parent | 9a203bdd2462c6238732c3f2c8888a02e114c3ea (diff) | |
download | freebsd-ports-graphics-dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a.tar.gz freebsd-ports-graphics-dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a.tar.zst freebsd-ports-graphics-dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a.zip |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 5d15827cc49..0ce610b79cf 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -3,6 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.6.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -18,7 +19,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ mplex:${PORTSDIR}/multimedia/mjpegtools \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ - docbook-sk>=4.1.2:${PORTSDIR}/textproc/docbook-sk \ + docbook-xml>=4.1.2:${PORTSDIR}/textproc/docbook-xml \ xmlto:${PORTSDIR}/textproc/xmlto LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg |