mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Stop processing if one of the dependencies is missing from bsd.hackage.mk
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
c66f6df22d
commit
3a0ea31db9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274069
@ -132,6 +132,10 @@ __u_h_r_package= ${cabal_package:C/[<=>].*$//g}
|
||||
__u_h_r_port= ${${__u_h_r_package}_port}
|
||||
__u_h_r_name= ${__u_h_r_port:C/.*\///g}
|
||||
|
||||
.if empty(__u_h_r_port)
|
||||
IGNORE?= dependency fails: ${cabal_package:C/[<=>].*$//g} is not known as a port
|
||||
.endif
|
||||
|
||||
.if ${__u_h_r_package} == ${cabal_package}
|
||||
__u_h_r_version:= >=0
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user