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