aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2020-01-19 02:25:49 +0800
committersunpoet <sunpoet@FreeBSD.org>2020-01-19 02:25:49 +0800
commitbc0da6445e5630eaa6c4d8f1371f996b205fcf3a (patch)
treebdc0c8ec79be6dbf4243250791b10b3faf4043be
parentf8471d5936c26cbce6221e09936be269f68f5732 (diff)
downloadfreebsd-ports-gnome-bc0da6445e5630eaa6c4d8f1371f996b205fcf3a.tar.gz
freebsd-ports-gnome-bc0da6445e5630eaa6c4d8f1371f996b205fcf3a.tar.zst
freebsd-ports-gnome-bc0da6445e5630eaa6c4d8f1371f996b205fcf3a.zip
Change the way *_DEPENDS are set
-rw-r--r--math/PDL/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index ea42c711bf1c..2378e5b6f030 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -17,15 +17,15 @@ LICENSE_COMB= dual
BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
.endif
-BUILD_DEPENDS= p5-Astro-FITS-Header>=0:astro/p5-Astro-FITS-Header \
+BUILD_DEPENDS= p5-Devel-CheckLib>=1.01:devel/p5-Devel-CheckLib \
+ ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Astro-FITS-Header>=0:astro/p5-Astro-FITS-Header \
p5-Convert-UU>=0:converters/p5-Convert-UU \
p5-File-Map>=0.57:devel/p5-File-Map \
p5-Inline>=0.68:devel/p5-Inline \
p5-Inline-C>=0.62:devel/p5-Inline-C \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-Module-Compile>=0.23:devel/p5-Module-Compile
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-BUILD_DEPENDS+= p5-Devel-CheckLib>=1.01:devel/p5-Devel-CheckLib
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Warn>=0:devel/p5-Test-Warn