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/pgperl | |
parent | f839215a37e6271b75d435c5ce4e9400fe37c942 (diff) |
Notes
Diffstat (limited to 'graphics/pgperl')
-rw-r--r-- | graphics/pgperl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index ca5194ca0ce7..45284ea7c0f8 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/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 |