diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-07 15:13:28 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-07 15:13:28 +0800 |
commit | d3cb18c145ed5b72fb308e6dd420727b63b6c31f (patch) | |
tree | d30f2f40595d950ef8e580a76b13de82b69398c0 | |
parent | c650dcbefd391df85aa6e133e3151359a0e0f2b3 (diff) | |
download | freebsd-ports-gnome-d3cb18c145ed5b72fb308e6dd420727b63b6c31f.tar.gz freebsd-ports-gnome-d3cb18c145ed5b72fb308e6dd420727b63b6c31f.tar.zst freebsd-ports-gnome-d3cb18c145ed5b72fb308e6dd420727b63b6c31f.zip |
Still need perl5 to run.
-rw-r--r-- | textproc/sgmlformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index 7570fcb3d43c..87785e234fec 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -35,6 +35,7 @@ RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook USE_REINPLACE= yes +USE_PERL5_RUN= yes MAN1= instant.1 sgmlfmt.1 MAN5= transpec.5 |