diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-30 08:46:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-30 08:46:18 +0000 |
commit | b620ae8b4c602821ca3c36ebe8284939214dacd1 (patch) | |
tree | 8c5a00be04aff6409f3f49446dc5527fa5f25013 /mail/scmail | |
parent | 8be7372f0d36e4dc5e2b749c9d9a240346aa633e (diff) |
Notes
Diffstat (limited to 'mail/scmail')
-rw-r--r-- | mail/scmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile index 152db19e9504..20e167bba5a6 100644 --- a/mail/scmail/Makefile +++ b/mail/scmail/Makefile @@ -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 |