diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 22:08:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 22:08:55 +0800 |
commit | 916482d8f434e4918b2af28e9133d744b3632f6c (patch) | |
tree | 30aec4eb86fae53a3d9c973b70c5fb2f5ed11e32 /accessibility/orca | |
parent | 23bfaa0421546878c7d4e22c4707e0111349177f (diff) | |
download | freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.tar.gz freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.tar.zst freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'accessibility/orca')
-rw-r--r-- | accessibility/orca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 2759643e3a72..6fbd43ef705f 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ LATEST_LINK= gnome-orca USE_BZIP2= yes -USES= gmake gettext +USES= gmake gettext pkgconfig USE_PYTHON= yes USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \ pygnomedesktop |