aboutsummaryrefslogtreecommitdiff
path: root/math/PDL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-13 08:51:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-13 08:51:48 +0000
commita7816619db7efc12f18ca91cb6f3e81dcf234488 (patch)
treef5881de55c14f98bc30a06652f095626657fcb6a /math/PDL
parent9cdfbc820e39401a02b44b12e72662f2c3bd4e6b (diff)
downloadports-a7816619db7efc12f18ca91cb6f3e81dcf234488.tar.gz
ports-a7816619db7efc12f18ca91cb6f3e81dcf234488.zip
- Remove trailing space
Notes
Notes: svn path=/head/; revision=283463
Diffstat (limited to 'math/PDL')
-rw-r--r--math/PDL/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index c4cf6b03574b..78a77e445fe5 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -18,10 +18,10 @@ COMMENT= Perl Data Language
BUILD_DEPENDS= p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \
p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \
- p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header
+ p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header
RUN_DEPENDS= p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \
p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \
- p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header
+ p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header
PERL_CONFIGURE= yes
USE_GMAKE= yes
@@ -66,7 +66,7 @@ LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
.endif
.if defined(WITH_F77)
-BUILD_DEPENDS+= p5-ExtUtils-F77>=0:${PORTSDIR}/lang/p5-F77
+BUILD_DEPENDS+= p5-ExtUtils-F77>=0:${PORTSDIR}/lang/p5-F77
.endif
.if defined(WITH_FFTW)
@@ -86,9 +86,9 @@ LIB_DEPENDS+= proj:${PORTSDIR}/graphics/proj
.endif
.if defined(WITH_READLINE)
-RUN_DEPENDS+= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu
+RUN_DEPENDS+= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu
.else
-RUN_DEPENDS+= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
+RUN_DEPENDS+= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
.endif
.if defined(WITH_SINK)