diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-12-08 06:59:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-12-08 06:59:52 +0000 |
commit | e316ab6981701e5b004406ab9970cbec1956aac9 (patch) | |
tree | fe7d1c7d3958846115230eacdb1094da4b32ece2 /graphics/p5-PGPLOT | |
parent | d64b6e2fd259df42c8ccd80c6d055339da5e14cb (diff) | |
download | ports-e316ab6981701e5b004406ab9970cbec1956aac9.tar.gz ports-e316ab6981701e5b004406ab9970cbec1956aac9.zip |
Notes
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index 5c90dcc25d25..2fd3ed2ffefe 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -11,10 +11,11 @@ PKGNAME= pgperl-2.15 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT + MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 USE_PERL5= yes ALL_TARGET= dynamic |