diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 00:49:45 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-28 00:49:45 +0000 |
commit | ec5b70658ec403a93e3dca357616a036ea9f9401 (patch) | |
tree | 1d55b724d99901f38084c9d9f1bcecc4d5a84618 /accessibility | |
parent | cc7724d7b211b32318627898449dac6b0c89f0f2 (diff) | |
download | ports-ec5b70658ec403a93e3dca357616a036ea9f9401.tar.gz ports-ec5b70658ec403a93e3dca357616a036ea9f9401.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gok/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 0b1fb44a294c..05522f92be3b 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -16,13 +16,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME On-Screen Keyboard (GOK) -LIB_DEPENDS= gnomespeech.7:${PORTSDIR}/accessibility/gnomespeech - USE_BZIP2= yes USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck +USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ + gnomespeech USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |