diff options
Diffstat (limited to 'textproc/sgmlformat/Makefile')
-rw-r--r-- | textproc/sgmlformat/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index bf01b491b529..d343b86a15c3 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: sgmlformat -# Version required: 1.6 +# Version required: 1.7 # Date created: July 16, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.8 1998/01/17 17:28:44 jfieber Exp $ +# $Id: Makefile,v 1.9 1998/02/21 21:59:37 jfieber Exp $ # -DISTNAME= sgmlformat-1.6 +DISTNAME= sgmlformat-1.7 CATEGORIES= textproc print MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/ @@ -24,7 +24,8 @@ RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ - ${PREFIX}/bin/perl:${PORTSDIR}/lang/perl5 + +USE_PERL5= yes post-install: @${CAT} ${PKGDIR}/MESSAGE |