diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-29 00:05:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-29 00:05:33 +0000 |
commit | 557e51f968c30484b7c93e49d66a776d9b8baf3a (patch) | |
tree | fd7ca5f0cef167292456af8ec4581369889faed4 /accessibility | |
parent | c1d5adbff9121a70e0798a06f322d92966026cf6 (diff) | |
download | ports-557e51f968c30484b7c93e49d66a776d9b8baf3a.tar.gz ports-557e51f968c30484b7c93e49d66a776d9b8baf3a.zip |
Notes
Diffstat (limited to 'accessibility')
-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" |