diff options
author | pat <pat@FreeBSD.org> | 2002-01-13 08:41:13 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-13 08:41:13 +0000 |
commit | b07550e029d291e8a00cf604a98d0f75831687c7 (patch) | |
tree | 091010a19d9ec8e1e675248ae13f30d00e597238 | |
parent | 27e39f6ddff510b8162d284b06c902c4f106e0af (diff) | |
download | FreeBSD-ports-b07550e029d291e8a00cf604a98d0f75831687c7.zip FreeBSD-ports-b07550e029d291e8a00cf604a98d0f75831687c7.tar.gz |
Add missing dependency
Screamed out by: bento
PR: 33827
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
-rw-r--r-- | x11-wm/bbrun/Makefile | 1 | ||||
-rw-r--r-- | x11/bbrun/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/bbrun/Makefile b/x11-wm/bbrun/Makefile index 231b269..3eaad08 100644 --- a/x11-wm/bbrun/Makefile +++ b/x11-wm/bbrun/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox USE_X_PREFIX= yes USE_GTK= yes USE_GMAKE= yes +USE_XPM= yes WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun do-install: diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile index 231b269..3eaad08 100644 --- a/x11/bbrun/Makefile +++ b/x11/bbrun/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox USE_X_PREFIX= yes USE_GTK= yes USE_GMAKE= yes +USE_XPM= yes WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun do-install: |