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 /graphics/giflib | |
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 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 70abb2e43aea..4e762aca8a7b 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -3,6 +3,7 @@ PORTNAME= giflib PORTVERSION= 4.2.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2} @@ -25,7 +26,7 @@ DOCBOOK_DESC= Generate API documentation (requires DOCS) .if ${PORT_OPTIONS:MDOCBOOK} && ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto \ - ${LOCALBASE}/share/xml/docbook/4.1.2:${PORTSDIR}/textproc/docbook-sk + ${LOCALBASE}/share/xml/docbook/4.1.2:${PORTSDIR}/textproc/docbook-xml PLIST_SUB+= WITH_DOCBOOK='' .else PLIST_SUB+= WITH_DOCBOOK='@comment ' |