diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /accessibility | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) | |
download | ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.tar.gz ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/dasher/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gnopernicus/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gok/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 0e48ecfd0b0c..bfd29d7f93d9 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ libwnck gnomedocutils WANT_GNOME= yes diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index a58ebf41eae5..236f1600b614 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -15,7 +15,7 @@ COMMENT= Collection of accessibility apps for GNOME 2 LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_LDCONFIG= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 75a6eab5a223..6592ed3be5bf 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes -USES= gmake gettext +USES= gmake gettext pkgconfig INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech libxml2 |