summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/xclock/Makefile4
-rw-r--r--x11/xcompmgr/Makefile4
-rw-r--r--x11/xdpyinfo/Makefile4
-rw-r--r--x11/xload/Makefile4
-rw-r--r--x11/xprop/Makefile4
-rw-r--r--x11/xrandr/Makefile6
6 files changed, 20 insertions, 6 deletions
diff --git a/x11/xclock/Makefile b/x11/xclock/Makefile
index ca418eb1154..680ec5b1543 100644
--- a/x11/xclock/Makefile
+++ b/x11/xclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/02/27 15:05:41 dsainty Exp $
+# $NetBSD: Makefile,v 1.4 2007/03/17 18:40:59 joerg Exp $
#
DISTNAME= xclock-1.0.2
@@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Analog / digital clock for X
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile
index 5d7b684c5d1..929ee92daa7 100644
--- a/x11/xcompmgr/Makefile
+++ b/x11/xcompmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/12/27 13:37:44 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2007/03/17 18:40:59 joerg Exp $
#
DISTNAME= xcompmgr-1.1.1
@@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/
COMMENT= Sample compositing manager for X.org >= 6.8.0
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
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
diff --git a/x11/xload/Makefile b/x11/xload/Makefile
index 7f7e0d11fdb..602c26fbff8 100644
--- a/x11/xload/Makefile
+++ b/x11/xload/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= xload-1.0.1
@@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/
COMMENT= System load average display for X
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile
index 10f9aa5594e..c6f3a8d46f4 100644
--- a/x11/xprop/Makefile
+++ b/x11/xprop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/02/27 15:05:42 dsainty Exp $
+# $NetBSD: Makefile,v 1.4 2007/03/17 18:40:59 joerg Exp $
#
DISTNAME= xprop-1.0.2
@@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Property displayer for X
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
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"