mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Fix fetch if 'gauche-config' isn't in $PATH
PR: ports/68497 Submitted by: INOUE Tomonori <inouetom@noppo.org> Approved by: maintainer
This commit is contained in:
parent
8be7372f0d
commit
b620ae8b4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112604
@ -28,7 +28,7 @@ BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/bin/gauche-config)
|
||||
GAUCHE_VER!= gauche-config -V
|
||||
GAUCHE_VER!= ${LOCALBASE}/bin/gauche-config -V
|
||||
.else
|
||||
GAUCHE_VER= none
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user