summaryrefslogtreecommitdiff
path: root/x11/xrandr
diff options
context:
space:
mode:
authorjoerg <joerg>2007-03-17 18:40:59 +0000
committerjoerg <joerg>2007-03-17 18:40:59 +0000
commitb607777424a402957d3bd1c919ba0753adc455ac (patch)
tree39ef70f261b7acb908e3f6b80f53ed822383353f /x11/xrandr
parentd3947432758311fcb0710b147bcd3e94414aa293 (diff)
downloadpkgsrc-b607777424a402957d3bd1c919ba0753adc455ac.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"