diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-18 05:04:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-18 05:04:20 +0000 |
commit | dc5ea736c74183cb97733284c8c15e35097cec4f (patch) | |
tree | 8644f90f24332fbab844e94152be9737d2262e32 /graphics/p5-PGPLOT | |
parent | wgconvert is missing in the default install target and doesn't get installed, (diff) |
Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index ca5194ca0ce7..45284ea7c0f8 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.3 1997/04/20 13:52:25 wosch Exp $ +# $Id: Makefile,v 1.4 1997/05/24 13:17:09 jfitz Exp $ # DISTNAME= PGPLOT1.0b_src @@ -14,10 +14,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org -BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot -RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +USE_PERL5= yes WRKSRC= ${WRKDIR}/PGPLOT ALL_TARGET= dynamic |