summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-05-02 22:24:38 +0000
committerjoerg <joerg@pkgsrc.org>2010-05-02 22:24:38 +0000
commit406a7d50b57111e5ffb7ef66b983ce59789622ac (patch)
treeb60358980f6559352ab232987919b17828a51642 /x11
parent9866fcf02a667f1924846c173c4b33d2d9e57066 (diff)
downloadpkgsrc-406a7d50b57111e5ffb7ef66b983ce59789622ac.tar.gz
libdrm only makes sense on BSD and Linux.
Diffstat (limited to 'x11')
-rw-r--r--x11/libdrm/Makefile5
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