diff options
author | petef <petef@FreeBSD.org> | 2001-12-27 19:52:41 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-27 19:52:41 +0000 |
commit | 083d43267ab30da97f48a8c38be82527f93c5f5e (patch) | |
tree | 63bb4ae525e2c78f11a3e182d24a3fc37f7bfe04 /x11-wm | |
parent | bdc534d7f225f9093d476fb8b6956a268e2ab0e0 (diff) | |
download | FreeBSD-ports-083d43267ab30da97f48a8c38be82527f93c5f5e.zip FreeBSD-ports-083d43267ab30da97f48a8c38be82527f93c5f5e.tar.gz |
Add a missing dependency on libgnugetopt.
Noticed by: bento
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/bbrun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/bbrun/Makefile b/x11-wm/bbrun/Makefile index f2d0786..eed7c29 100644 --- a/x11-wm/bbrun/Makefile +++ b/x11-wm/bbrun/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://bbtools.windsofstorm.net/sources/contrib/ \ MAINTAINER= monkey@crackula.com +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt RUN_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox USE_X_PREFIX= yes |