diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 08:49:45 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 08:49:45 +0800 |
commit | 94c1c2a16d51f666993e2a72c58a26822fb0c64b (patch) | |
tree | 1bbabaf792d6ff5cfa0814ef93706af2f8e5f3f9 /accessibility/gok | |
parent | dec93c7097228dc340bd907193cf19d22af4dfe4 (diff) | |
download | freebsd-ports-gnome-94c1c2a16d51f666993e2a72c58a26822fb0c64b.tar.gz freebsd-ports-gnome-94c1c2a16d51f666993e2a72c58a26822fb0c64b.tar.zst freebsd-ports-gnome-94c1c2a16d51f666993e2a72c58a26822fb0c64b.zip |
Move gnomespeech from LIB_DEPENDS to USE_GNOME, no function change.
Diffstat (limited to 'accessibility/gok')
-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" \ |