diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-19 14:45:19 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-19 14:45:19 +0000 |
commit | c924394e7bf4e87ffb44d02054f7c0a9723dc9ab (patch) | |
tree | 613726703c4327bff2ddfcb55ef1b9f90d377c79 /databases/postgresql91-docs/Makefile | |
parent | - Reflect change of license name (diff) |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight
Diffstat (limited to 'databases/postgresql91-docs/Makefile')
-rw-r--r-- | databases/postgresql91-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile index d13263835ee8..eb075b156ed1 100644 --- a/databases/postgresql91-docs/Makefile +++ b/databases/postgresql91-docs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX?= ${DISTV:S/.//}-docs DISTV= ${DISTVERSION:R} @@ -27,7 +27,7 @@ BUILD_DEPENDS+= onsgmls:${PORTSDIR}/textproc/opensp \ openjade:${PORTSDIR}/textproc/openjade \ ${sgmldir}/iso8879/catalog:${PORTSDIR}/textproc/iso8879 \ ${dbdir}/dsssl/modular/catalog:${PORTSDIR}/textproc/dsssl-docbook-modular \ - ${dbdir}/4.2:${PORTSDIR}/textproc/docbook-420 + ${dbdir}/4.2:${PORTSDIR}/textproc/docbook-sgml NO_STAGE= yes do-build: |