diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-10 11:58:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-10 11:58:18 +0800 |
commit | 9375b87c48aa81c1f7140ca271d160ec16444aa0 (patch) | |
tree | 0ce7d25d7eee5829a58eb6985c8025406cb6d4de /accessibility/dasher/Makefile | |
parent | b663c73696623cf3bc7bba056d9b04249b09df7f (diff) | |
download | marcuscom-ports-9375b87c48aa81c1f7140ca271d160ec16444aa0.tar.gz marcuscom-ports-9375b87c48aa81c1f7140ca271d160ec16444aa0.tar.zst marcuscom-ports-9375b87c48aa81c1f7140ca271d160ec16444aa0.zip |
Update to 4.5.2, but disable speech as the build is currently broken.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9170 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index c49d34017..733f5b4f9 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -3,12 +3,11 @@ # Whom: lewiz <purple@lewiz.net> # # $FreeBSD$ -# $MCom: ports/accessibility/dasher/Makefile,v 1.53 2007/05/15 21:36:19 marcus Exp $ +# $MCom: ports/accessibility/dasher/Makefile,v 1.54 2007/05/19 21:35:52 marcus Exp $ # PORTNAME= dasher -PORTVERSION= 4.5.0 -PORTREVISION= 1 +PORTVERSION= 4.5.2 PORTEPOCH= 1 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -40,10 +39,11 @@ MAN1= dasher.1 .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgnomespeech}!="" -USE_GNOME+= gnomespeech -CONFIGURE_ARGS+=--enable-speech -.endif +#.if ${HAVE_GNOME:Mgnomespeech}!="" +#USE_GNOME+= gnomespeech +#CONFIGURE_ARGS+=--enable-speech +#.endif +CONFIGURE_ARGS+= --disable-speech post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure |