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 /science | |
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 'science')
-rw-r--r-- | science/g3data/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/g3data/Makefile b/science/g3data/Makefile index 8bed3858cb1b..43951412ccdc 100644 --- a/science/g3data/Makefile +++ b/science/g3data/Makefile @@ -3,7 +3,7 @@ PORTNAME= g3data PORTVERSION= 1.5.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://www.frantz.fi/software/ @@ -12,7 +12,7 @@ COMMENT= Utility for extracting data from graphs BUILD_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade \ ${LOCALBASE}/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-410 + ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml USES= pkgconfig USE_GNOME= gtk20 |