diff options
author | joerg <joerg> | 2010-05-02 22:24:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-05-02 22:24:38 +0000 |
commit | 13ff0479a85263aca83ed1fffbca7a8745332aa4 (patch) | |
tree | b60358980f6559352ab232987919b17828a51642 /x11/libdrm | |
parent | 60751f425b91b0540195c9a08d7794ef30e49bbc (diff) | |
download | pkgsrc-13ff0479a85263aca83ed1fffbca7a8745332aa4.tar.gz |
libdrm only makes sense on BSD and Linux.
Diffstat (limited to 'x11/libdrm')
-rw-r--r-- | x11/libdrm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile index bbd55ec11c3..99ff688f816 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/04/19 18:49:30 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2010/05/02 22:24:38 joerg Exp $ # DISTNAME= libdrm-2.4.20 @@ -12,6 +12,9 @@ COMMENT= Userspace interface to kernel DRM services PKG_DESTDIR_SUPPORT= user-destdir +ONLY_FOR_PLATFORM= NetBSD-*-* DragonFly-*-* FreeBSD-*-* OpenBSD-*-* \ + Linux-*-* + USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config USE_LIBTOOL= yes |