diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-02 08:33:28 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-02 08:33:28 +0800 |
commit | a37f0957a5b7a02a9a39b442893385af57881525 (patch) | |
tree | c3668d38c183abb165b3b4d5f7c90becd88c316e /x11-wm | |
parent | 2df7e147846c9c685a8ddb6618f0b5d43759e8cc (diff) | |
download | freebsd-ports-gnome-a37f0957a5b7a02a9a39b442893385af57881525.tar.gz freebsd-ports-gnome-a37f0957a5b7a02a9a39b442893385af57881525.tar.zst freebsd-ports-gnome-a37f0957a5b7a02a9a39b442893385af57881525.zip |
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.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wm2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/wm2/Makefile b/x11-wm/wm2/Makefile index 9dd59956e0b1..1d581e18895c 100644 --- a/x11-wm/wm2/Makefile +++ b/x11-wm/wm2/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= A very simple window manager for X +BUILD_DEPENDS= makedepend:${X_IMAKE_PORT} + USE_X_PREFIX= yes ALL_TARGET= depend wm2 |