diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-17 18:07:51 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-17 18:07:51 +0800 |
commit | 697da98a953f090b3b9c4516c7c7e2e3004b6a2a (patch) | |
tree | 1fa1c5341c9fa54ae4e74f8bf659df2a02ab9550 /accessibility | |
parent | 13b7caf0be23b765c6cfcac639cdfd699fdf7ca2 (diff) | |
download | freebsd-ports-gnome-697da98a953f090b3b9c4516c7c7e2e3004b6a2a.tar.gz freebsd-ports-gnome-697da98a953f090b3b9c4516c7c7e2e3004b6a2a.tar.zst freebsd-ports-gnome-697da98a953f090b3b9c4516c7c7e2e3004b6a2a.zip |
Fix build with custom LOCALBASE
Submitted by: Sahil Tandon
Reported by: QATty
Approved by: portmgr (itetcu@)
No cookie for: maintainer
Diffstat (limited to 'accessibility')
-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 |