diff options
-rw-r--r-- | accessibility/eflite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |