diff options
author | asami <asami@FreeBSD.org> | 1997-08-05 14:41:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-08-05 14:41:54 +0800 |
commit | 4e2b06cb9f03d3be70d7eb6ec13a2e8e8dab61b5 (patch) | |
tree | 1ad63fd35b840824efbe50c93dee0ac66a096bff /textproc/sgmlformat | |
parent | 553c714dbe3946b887bf12330d403a9bb7be1d50 (diff) | |
download | freebsd-ports-gnome-4e2b06cb9f03d3be70d7eb6ec13a2e8e8dab61b5.tar.gz freebsd-ports-gnome-4e2b06cb9f03d3be70d7eb6ec13a2e8e8dab61b5.tar.zst freebsd-ports-gnome-4e2b06cb9f03d3be70d7eb6ec13a2e8e8dab61b5.zip |
Dependency to perl5 should be "perl5.004001" (or at least "perl5"),
not "perl".
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 |