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 /devel/libxs | |
parent | 9a203bdd2462c6238732c3f2c8888a02e114c3ea (diff) | |
download | freebsd-ports-gnome-dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a.tar.gz freebsd-ports-gnome-dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a.tar.zst freebsd-ports-gnome-dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a.zip |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight
Diffstat (limited to 'devel/libxs')
-rw-r--r-- | devel/libxs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libxs/Makefile b/devel/libxs/Makefile index ad8016d45ff7..18b58fe7e7a3 100644 --- a/devel/libxs/Makefile +++ b/devel/libxs/Makefile @@ -3,7 +3,7 @@ PORTNAME= libxs PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://download.crossroads.io/ @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --enable-debug .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto \ - ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml-450 + ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml MAN3= \ xs_bind.3 \ |