diff options
Diffstat (limited to 'x11/xwit')
-rw-r--r-- | x11/xwit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index 9956a3cfb09..77f84b0ee1b 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/12/27 13:37:47 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/07/14 12:56:20 joerg Exp $ # DISTNAME= xwit-3.4 @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Utility for calling X11 functions from the shell +PKG_DESTDIR_SUPPORT= user-destdir + USE_IMAKE= yes .include "../../x11/libXext/buildlink3.mk" |