mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Change the way *_DEPENDS are set
This commit is contained in:
parent
7e0309f97c
commit
df63fc83b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523460
1 changed files with 3 additions and 3 deletions
|
@ -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
|
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
|
.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-Convert-UU>=0:converters/p5-Convert-UU \
|
||||||
p5-File-Map>=0.57:devel/p5-File-Map \
|
p5-File-Map>=0.57:devel/p5-File-Map \
|
||||||
p5-Inline>=0.68:devel/p5-Inline \
|
p5-Inline>=0.68:devel/p5-Inline \
|
||||||
p5-Inline-C>=0.62:devel/p5-Inline-C \
|
p5-Inline-C>=0.62:devel/p5-Inline-C \
|
||||||
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||||
p5-Module-Compile>=0.23:devel/p5-Module-Compile
|
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 \
|
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||||
p5-Test-Exception>=0:devel/p5-Test-Exception \
|
p5-Test-Exception>=0:devel/p5-Test-Exception \
|
||||||
p5-Test-Warn>=0:devel/p5-Test-Warn
|
p5-Test-Warn>=0:devel/p5-Test-Warn
|
||||||
|
|
Loading…
Add table
Reference in a new issue