Use the new gnomespeech GNOME component.

This commit is contained in:
Joe Marcus Clarke 2004-04-29 00:05:33 +00:00
parent c1d5adbff9
commit 557e51f968
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107897

View file

@ -15,13 +15,13 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of accessibility apps for GNOME 2 COMMENT= Collection of accessibility apps for GNOME 2
LIB_DEPENDS= gnome-mag.1:${PORTSDIR}/accessibility/gnomemag \ LIB_DEPENDS= gnome-mag.1:${PORTSDIR}/accessibility/gnomemag
gnomespeech.7:${PORTSDIR}/accessibility/gnomespeech
USE_BZIP2= yes USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack lthack libgnomeui atspi USE_GNOME= gnomeprefix gnomehack intlhack lthack libgnomeui atspi \
gnomespeech
USE_LIBTOOL_VER=13 USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"