diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | 5496dcf9414fe693522f2f63a518a178a855c0ae (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /x11/xwit/Makefile | |
parent | b0f52890c8cac20f1dad6d4dfe06741759412173 (diff) | |
download | pkgsrc-5496dcf9414fe693522f2f63a518a178a855c0ae.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'x11/xwit/Makefile')
-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" |