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 /sysutils/policykit | |
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 'sysutils/policykit')
-rw-r--r-- | sysutils/policykit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile index 46b35ee8c56a..ebe33c66427c 100644 --- a/sysutils/policykit/Makefile +++ b/sysutils/policykit/Makefile @@ -4,7 +4,7 @@ PORTNAME= policykit PORTVERSION= 0.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ DISTNAME= PolicyKit-${PORTVERSION} @@ -40,7 +40,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMANPAGES} -BUILD_DEPENDS= ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-410 \ +BUILD_DEPENDS= ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl USE_GNOME+= libxslt:build |