From 4b07f0329bb8cb4cd36d887bc804d953520a5914 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 2 Jan 1999 00:12:21 +0000 Subject: Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway. --- textproc/latex2html/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 772039b86257..f2650803ec64 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -3,7 +3,7 @@ # Date created: 3 May 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.3 1998/05/05 05:14:03 mph Exp $ +# $Id: Makefile,v 1.4 1998/09/15 21:31:53 asami Exp $ # DISTNAME= latex2html-98.1p1 @@ -13,14 +13,14 @@ MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/ \ MAINTAINER= brett@peloton.physics.montana.edu -RUN_DEPENDS= ${PERL5}:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \ +RUN_DEPENDS= ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \ ${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips \ ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript5 \ ${X11BASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm WRKSRC= ${WRKDIR}/latex2html +USE_PERL5= yes NO_BUILD= yes IS_INTERACTIVE= yes NO_PACKAGE= An interrogation follows installation -- cgit v1.2.3