summaryrefslogtreecommitdiff
path: root/x11/xrandr
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-03-17 18:40:59 +0000
committerjoerg <joerg@pkgsrc.org>2007-03-17 18:40:59 +0000
commit5625e95c1df5d74af62b15274049b7459e5f95f8 (patch)
tree39ef70f261b7acb908e3f6b80f53ed822383353f /x11/xrandr
parent2f7ef97c643ebe5533812b433d633d545d62305d (diff)
downloadpkgsrc-5625e95c1df5d74af62b15274049b7459e5f95f8.tar.gz
All the Xorg packages support user-destdir. xrandr needs a newer
libXrandr, explicitly depend on it.
Diffstat (limited to 'x11/xrandr')
-rw-r--r--x11/xrandr/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile
index 6640f7417bb..b4ed2a80aa3 100644
--- a/x11/xrandr/Makefile
+++ b/x11/xrandr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/26 17:55:48 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/03/17 18:40:59 joerg Exp $
#
DISTNAME= xrandr-1.2.0
@@ -10,9 +10,13 @@ MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Primitive command line interface to RandR extension
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.2
+
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"