diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-07 07:13:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-07 07:13:28 +0000 |
commit | fef4749be2f9dbfb9b0b93b1c4cbc930e57a3ceb (patch) | |
tree | d6ccc65a221e9d8ab19c5fcb3002fd10a095ce56 | |
parent | Unbreak the Alpha release build by removing the build dependancy on Perl. (diff) |
Still need perl5 to run.
Notes
Notes:
svn path=/head/; revision=80353
-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 |