diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-22 13:40:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-22 13:40:28 +0800 |
commit | 64a5e9a23d2893177b74c5e8eeb30ef26110389f (patch) | |
tree | 03aad04adfb860239037c5d1c72796a725842fe9 /accessibility | |
parent | ae36214c282786d05afbe31af292e36acc896eca (diff) | |
download | freebsd-ports-gnome-64a5e9a23d2893177b74c5e8eeb30ef26110389f.tar.gz freebsd-ports-gnome-64a5e9a23d2893177b74c5e8eeb30ef26110389f.tar.zst freebsd-ports-gnome-64a5e9a23d2893177b74c5e8eeb30ef26110389f.zip |
Add a missing BUILD_DEPENDS on X_CLIENTS_PORT.
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/java-access-bridge/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/java-access-bridge/Makefile b/accessibility/java-access-bridge/Makefile index a0b505aa3ef3..665ecb7edab2 100644 --- a/accessibility/java-access-bridge/Makefile +++ b/accessibility/java-access-bridge/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome Java Accessibility Bridge +BUILD_DEPENDS= xprop:${X_CLIENTS_PORT} + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= atspi gnomehack |