diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 20:04:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 20:04:19 +0000 |
commit | 0af43662e80a8fbc81a3824be89ec2ec8d508716 (patch) | |
tree | 77dce34655ecbf93c6617373df782111b36651db /math/PDL | |
parent | 41171d05b59d084e003cda1db538fa1f94b7e2cd (diff) | |
download | ports-0af43662e80a8fbc81a3824be89ec2ec8d508716.tar.gz ports-0af43662e80a8fbc81a3824be89ec2ec8d508716.zip |
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 513c4f41e007..44178465245f 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -18,9 +18,8 @@ BUILD_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \ p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= gmake perl5 USE_PERL5= configure -USE_GMAKE= yes MAKE_ENV= PERL5LIB=${WRKSRC}/blib/lib PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/Inline PLIST_FILES= bin/pdl bin/pdldoc bin/perldl bin/pptemplate \ |