diff options
author | novel <novel@FreeBSD.org> | 2005-03-18 02:32:22 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-03-18 02:32:22 +0800 |
commit | 3b88f86c09828cc2a80908c2d4e90c5cd4fa3c52 (patch) | |
tree | 34e84643d4def5042d30600f9b9688934b108e01 /x11-wm | |
parent | 46b5c189d243e2d42a5f499fe8b6810647d8eb4b (diff) | |
download | freebsd-ports-gnome-3b88f86c09828cc2a80908c2d4e90c5cd4fa3c52.tar.gz freebsd-ports-gnome-3b88f86c09828cc2a80908c2d4e90c5cd4fa3c52.tar.zst freebsd-ports-gnome-3b88f86c09828cc2a80908c2d4e90c5cd4fa3c52.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 |