diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-29 08:05:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-29 08:05:33 +0800 |
commit | 94c28a99a3b60368399583849b738549368fed60 (patch) | |
tree | 97b59e60b725ef942241e9b4fbc43c125cf69956 /accessibility/gnopernicus | |
parent | a321403fdefa892fb3dffdecaf64bc099bfdb716 (diff) | |
download | freebsd-ports-gnome-94c28a99a3b60368399583849b738549368fed60.tar.gz freebsd-ports-gnome-94c28a99a3b60368399583849b738549368fed60.tar.zst freebsd-ports-gnome-94c28a99a3b60368399583849b738549368fed60.zip |
Use the new gnomespeech GNOME component.
Diffstat (limited to 'accessibility/gnopernicus')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index d7f98c59ae95..1363a295b5e0 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -15,13 +15,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of accessibility apps for GNOME 2 -LIB_DEPENDS= gnome-mag.1:${PORTSDIR}/accessibility/gnomemag \ - gnomespeech.7:${PORTSDIR}/accessibility/gnomespeech +LIB_DEPENDS= gnome-mag.1:${PORTSDIR}/accessibility/gnomemag USE_BZIP2= yes USE_X_PREFIX= 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 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |