diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-02 00:33:28 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-02 00:33:28 +0000 |
commit | a37f0957a5b7a02a9a39b442893385af57881525 (patch) | |
tree | c3668d38c183abb165b3b4d5f7c90becd88c316e | |
parent | 2df7e147846c9c685a8ddb6618f0b5d43759e8cc (diff) | |
download | FreeBSD-ports-a37f0957a5b7a02a9a39b442893385af57881525.zip FreeBSD-ports-a37f0957a5b7a02a9a39b442893385af57881525.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.
-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 9dd5995..1d581e1 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 |