From a861c510283f8f23de9b7334daa78e17bb0e01be Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Wed, 17 Jun 2009 10:07:51 +0000 Subject: [PATCH] Fix build with custom LOCALBASE Submitted by: Sahil Tandon Reported by: QATty Approved by: portmgr (itetcu@) No cookie for: maintainer --- accessibility/eflite/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accessibility/eflite/Makefile b/accessibility/eflite/Makefile index b90d574edca9..7ee5eb523e37 100644 --- a/accessibility/eflite/Makefile +++ b/accessibility/eflite/Makefile @@ -33,6 +33,8 @@ CONFIGURE_ARGS+= --with-vox=${FL_VOX} CONFIGURE_ARGS+= --with-vox=cmu_us_kal16 .endif +CONFIGURE_ENV+= flite_dir=${LOCALBASE} + PLIST_FILES= bin/eflite PORTDOCS= AUTHORS CREDITS ChangeLog INSTALL README