pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libdrm libdrm only makes sense on BSD and Linux.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cafa5293fc6
branches:  trunk
changeset: 575112:9cafa5293fc6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 02 22:24:38 2010 +0000

description:
libdrm only makes sense on BSD and Linux.

diffstat:

 x11/libdrm/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 27e36a213ea1 -r 9cafa5293fc6 x11/libdrm/Makefile
--- a/x11/libdrm/Makefile       Sun May 02 20:26:13 2010 +0000
+++ b/x11/libdrm/Makefile       Sun May 02 22:24:38 2010 +0000
@@ -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 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+ONLY_FOR_PLATFORM=     NetBSD-*-* DragonFly-*-* FreeBSD-*-* OpenBSD-*-* \
+                       Linux-*-* 
+
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            pkg-config
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index