diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
commit | 32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /accessibility | |
parent | c8919750fb55250b6068c3a235cf3f7141e2ba3f (diff) | |
download | freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.gz freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.zst freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 65ca115ac718..abc85ceb6b4e 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk -USES= gmake gettext +USES= gmake gettext pkgconfig USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst USE_PYTHON= yes |