diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 00:47:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 00:47:20 +0000 |
commit | 035f1751418b785c5c257f3d3a82f58b55c8c272 (patch) | |
tree | b17dfd7552bd1d63bed44f1bcae8ef9f527067a1 /accessibility/eflite | |
parent | b25672e7a69664ebbf70acc448db0641af088456 (diff) | |
download | ports-035f1751418b785c5c257f3d3a82f58b55c8c272.tar.gz ports-035f1751418b785c5c257f3d3a82f58b55c8c272.zip |
Notes
Diffstat (limited to 'accessibility/eflite')
-rw-r--r-- | accessibility/eflite/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/accessibility/eflite/Makefile b/accessibility/eflite/Makefile index 59d4aaa03ba8..f48d7a9276e9 100644 --- a/accessibility/eflite/Makefile +++ b/accessibility/eflite/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: eflite -# Date created: Thu Jul 21 2005 -# Whom: David K. Gerry -# +# Created by: David K. Gerry # $FreeBSD$ -# PORTNAME= eflite PORTVERSION= 0.4.1 @@ -16,8 +12,8 @@ COMMENT= Speech server for Festival Lite used by yasr and Emacspeak BUILD_DEPENDS= flite:${PORTSDIR}/audio/flite RUN_DEPENDS= flite:${PORTSDIR}/audio/flite +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes ALL_TARGET= eflite CONFIGURE_ARGS+= --with-audio=freebsd |