diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 14:38:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 14:38:35 +0000 |
commit | 794a894f8c56772e669d7488543d3c47f9769fc8 (patch) | |
tree | d4048961af8d2c8cb1e96bf5b39ca1eeb3b5ca33 /accessibility/gok | |
parent | c7df584111ce1068a92fc149eecf05dc33397585 (diff) | |
download | ports-794a894f8c56772e669d7488543d3c47f9769fc8.tar.gz ports-794a894f8c56772e669d7488543d3c47f9769fc8.zip |
Notes
Diffstat (limited to 'accessibility/gok')
-rw-r--r-- | accessibility/gok/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 6f659aaa297e..afa1d4173296 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -4,7 +4,7 @@ PORTNAME= gok PORTVERSION= 2.30.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= accessibility sysutils gnome MASTER_SITES= GNOME @@ -16,10 +16,9 @@ COMMENT= GNOME On-Screen Keyboard (GOK) LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -USE_BZIP2= yes -USES= gmake gettext pkgconfig +USES= gmake gettext libtool pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ +USE_GNOME= gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech libxml2 INSTALLS_ICONS= yes GNU_CONFIGURE= yes |