diff options
author | asami <asami@FreeBSD.org> | 1999-01-02 00:12:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-02 00:12:21 +0000 |
commit | 44c4b7664daf45718f3afe2c13eeb967d41bf423 (patch) | |
tree | 71de177d0d65a34d4337e7c2bc5bed97385a758b /textproc | |
parent | 7e9d0a9e9f3fce56d08934aa7397f0e84645f669 (diff) | |
download | FreeBSD-ports-44c4b7664daf45718f3afe2c13eeb967d41bf423.zip FreeBSD-ports-44c4b7664daf45718f3afe2c13eeb967d41bf423.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 772039b..f265080 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 |