diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-02 00:37:30 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-02 00:37:30 +0000 |
commit | 7ed17d6cd71495a0a578332c43324f9c8eeb7d4a (patch) | |
tree | 6c65eceeb33d34a05d27ba71eb5f5919c3f712f2 /x11-wm | |
parent | a37f0957a5b7a02a9a39b442893385af57881525 (diff) | |
download | FreeBSD-ports-7ed17d6cd71495a0a578332c43324f9c8eeb7d4a.zip FreeBSD-ports-7ed17d6cd71495a0a578332c43324f9c8eeb7d4a.tar.gz |
Since imake is no longer necessary present at build time as consequence of
having USE_X_PREFIX defined, request its presence explicitly as makedepend
(a part of imake port) is needed to build.
Approved by: Rudolf Polzer (maintainer)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/treewm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/treewm/Makefile b/x11-wm/treewm/Makefile index 1d9efeb..7a27f24 100644 --- a/x11-wm/treewm/Makefile +++ b/x11-wm/treewm/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= freebsd-dr@durchnull.de COMMENT= Window Manager that arranges the windows in a tree +BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} + USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes |