diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /accessibility | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
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 |