1
0
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:
Kirill Ponomarev 2004-06-30 08:46:18 +00:00
parent 8be7372f0d
commit b620ae8b4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112604

View File

@ -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