diff options
author | joerg <joerg> | 2007-03-17 18:40:59 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-03-17 18:40:59 +0000 |
commit | acc0958c3b4674a1b33d0a4d62c2074f8a1a7b0c (patch) | |
tree | 39ef70f261b7acb908e3f6b80f53ed822383353f /x11/xrandr/Makefile | |
parent | ee427f9cf8fbf0cb60ae6e2f5f2cbe9cea417db6 (diff) | |
download | pkgsrc-acc0958c3b4674a1b33d0a4d62c2074f8a1a7b0c.tar.gz |
All the Xorg packages support user-destdir. xrandr needs a newer
libXrandr, explicitly depend on it.
Diffstat (limited to 'x11/xrandr/Makefile')
-rw-r--r-- | x11/xrandr/Makefile | 6 |
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" |