diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-08-05 06:41:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-08-05 06:41:54 +0000 |
commit | 8b90200fd0fb448521f232e9e2cb4810ae27a3f3 (patch) | |
tree | 5ff2356158618150007c7a613e9f7393c72f044e /textproc/sgmlformat | |
parent | 26211746b9aece8ad61426024cd077c6a9a6b559 (diff) | |
download | ports-8b90200fd0fb448521f232e9e2cb4810ae27a3f3.tar.gz ports-8b90200fd0fb448521f232e9e2cb4810ae27a3f3.zip |
Notes
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r-- | textproc/sgmlformat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index b09b80713a5b..0481625f4ad9 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -3,7 +3,7 @@ # Date created: July 16, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.2 1997/07/19 16:01:56 jfieber Exp $ +# $Id: Makefile,v 1.3 1997/07/22 13:49:11 jfieber Exp $ # DISTNAME= sgmlformat-1.2 @@ -24,7 +24,7 @@ RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ - perl:${PORTSDIR}/lang/perl5 + perl5.00401:${PORTSDIR}/lang/perl5 post-install: @${CAT} ${PKGDIR}/MESSAGE |