diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
commit | fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /accessibility/java-access-bridge | |
parent | 819a32baa36593c4215d010deb8a93f07d0d46b3 (diff) | |
download | freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.gz freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.zst freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'accessibility/java-access-bridge')
-rw-r--r-- | accessibility/java-access-bridge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/java-access-bridge/Makefile b/accessibility/java-access-bridge/Makefile index db3f71ff80e4..2e9ab979d4c3 100644 --- a/accessibility/java-access-bridge/Makefile +++ b/accessibility/java-access-bridge/Makefile @@ -15,7 +15,7 @@ COMMENT= Gnome Java Accessibility Bridge BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= atspi gnomehack |