diff options
Diffstat (limited to 'mail/lbdb/Makefile')
-rw-r--r-- | mail/lbdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile index 617984a58601..2c624fb62e7a 100644 --- a/mail/lbdb/Makefile +++ b/mail/lbdb/Makefile @@ -28,7 +28,7 @@ WITH_GPG= yes .if exists (${LOCALBASE}/bin/abook) WITH_ABOOK= yes .endif -.if exists (${X11BASE}/bin/evolution) +.if exists (${LOCALBASE}/bin/evolution) WITH_EVOLUTION= yes .endif .if exists (/usr/bin/getent) |