diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-17 18:40:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-17 18:40:59 +0000 |
commit | 5625e95c1df5d74af62b15274049b7459e5f95f8 (patch) | |
tree | 39ef70f261b7acb908e3f6b80f53ed822383353f /x11/xdpyinfo | |
parent | 2f7ef97c643ebe5533812b433d633d545d62305d (diff) | |
download | pkgsrc-5625e95c1df5d74af62b15274049b7459e5f95f8.tar.gz |
All the Xorg packages support user-destdir. xrandr needs a newer
libXrandr, explicitly depend on it.
Diffstat (limited to 'x11/xdpyinfo')
-rw-r--r-- | x11/xdpyinfo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index 71c6df36555..f56507df320 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/27 15:05:41 dsainty Exp $ +# $NetBSD: Makefile,v 1.3 2007/03/17 18:40:59 joerg Exp $ # DISTNAME= xdpyinfo-1.0.1 @@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Display information utility for X +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |