diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-03-18 02:32:22 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-03-18 02:32:22 +0800 |
commit | 3f2ade6b98e6fc5fd1cd35d95172fd5e7252d1c8 (patch) | |
tree | 43a0e1d2d5c0bf668bdc1220ec8abc993ffb218f /x11-wm | |
parent | cd73a8036e5730220a47d998f0a47f7a4bb5f530 (diff) | |
download | freebsd-ports-gnome-3f2ade6b98e6fc5fd1cd35d95172fd5e7252d1c8.tar.gz freebsd-ports-gnome-3f2ade6b98e6fc5fd1cd35d95172fd5e7252d1c8.tar.zst freebsd-ports-gnome-3f2ade6b98e6fc5fd1cd35d95172fd5e7252d1c8.zip |
Add dependency on blackbox since it requires libbt (part of blackbox).
Approved by: krion (mentor) (implicit)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/bbkeys/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile index 0903db3e7d88..e599361cb56a 100644 --- a/x11-wm/bbkeys/Makefile +++ b/x11-wm/bbkeys/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= A.J.Caines@halplant.com COMMENT= A keygrabber for the Blackbox window manager +BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox + USE_X_PREFIX= yes USE_PERL5= yes GNU_CONFIGURE= yes |