diff options
author | obache <obache@pkgsrc.org> | 2007-12-10 13:25:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-10 13:25:58 +0000 |
commit | 85301acbe94ae6ed4fac5c73064d96db238e6fc8 (patch) | |
tree | cd8021952f3b46c5e4893e8f1f1e5c652de0fb23 /wm/wmi | |
parent | 77c29bd3e0a1e53017b90f92ddb0bd68da9dd403 (diff) | |
download | pkgsrc-85301acbe94ae6ed4fac5c73064d96db238e6fc8.tar.gz |
DESTDIR ready.
Diffstat (limited to 'wm/wmi')
-rw-r--r-- | wm/wmi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/wmi/Makefile b/wm/wmi/Makefile index 0161fada9f2..cf8e63a4a4b 100644 --- a/wm/wmi/Makefile +++ b/wm/wmi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/03/25 07:37:54 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2007/12/10 13:25:58 obache Exp $ # DISTNAME= wmi-10 @@ -13,6 +13,8 @@ COMMENT= Minimalist, flexible and highly customizable window manager USE_LANGUAGES= c c++ GNU_CONFIGURE= yes +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libSM/buildlink3.mk" |