diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-31 13:59:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-31 13:59:36 +0000 |
commit | a70ff663d4d64b9b9963b8558ac5f73b295fd920 (patch) | |
tree | d5a1edf9ec39bc39554ec99d59b3c284666c7ac8 /math | |
parent | 202e6783c12e15876d432fbe8beb1efb8448c8ee (diff) |
- Add missed dependency on Perl
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=99607
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-NetCDF/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-NetCDF/Makefile b/math/p5-NetCDF/Makefile index d8581868aff7..2ab5aa98696c 100644 --- a/math/p5-NetCDF/Makefile +++ b/math/p5-NetCDF/Makefile @@ -18,6 +18,8 @@ COMMENT= Perl5 module to read and write netCDF files LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf +USE_PERL5= yes + WRKSRC= ${WRKDIR}/netcdf-perl-${PORTVERSION}/src HAS_CONFIGURE= yes CONFIGURE_ENV= CPP_NETCDF=-I${PREFIX}/include LD_NETCDF=-lnetcdf PERL_MANDIR=${PREFIX}/lib/perl5/${PERL_VERSION}/man |