diff options
author | joerg <joerg> | 2010-05-02 22:24:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-05-02 22:24:38 +0000 |
commit | a1fa9f63d2880da753dfa711b9139337aeae17e9 (patch) | |
tree | b60358980f6559352ab232987919b17828a51642 /x11 | |
parent | 9ae7528ed4f3c59707546c38b3e571b1e70a2c81 (diff) | |
download | pkgsrc-a1fa9f63d2880da753dfa711b9139337aeae17e9.tar.gz |
libdrm only makes sense on BSD and Linux.
Diffstat (limited to 'x11')
-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 |