diff options
author | jfieber <jfieber@FreeBSD.org> | 1997-08-20 21:32:19 +0000 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1997-08-20 21:32:19 +0000 |
commit | 3bd25b41c9b89a5243865f659cc6cc62b4401534 (patch) | |
tree | 1c732e3fe92023bf0a97d2171e786cac51dcc41a | |
parent | 825b176dbc88dbcb0a2d122829002aa1085f4fe6 (diff) | |
download | FreeBSD-ports-3bd25b41c9b89a5243865f659cc6cc62b4401534.zip FreeBSD-ports-3bd25b41c9b89a5243865f659cc6cc62b4401534.tar.gz |
Don't insist on dragging in the latest and greatest perl. This will
run happily with any version.
-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 0481625..92c9651 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -3,7 +3,7 @@ # Date created: July 16, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.3 1997/07/22 13:49:11 jfieber Exp $ +# $Id: Makefile,v 1.4 1997/08/05 06:41:54 asami 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 \ - perl5.00401:${PORTSDIR}/lang/perl5 + ${PREFIX}/bin/perl:${PORTSDIR}/lang/perl5 post-install: @${CAT} ${PKGDIR}/MESSAGE |