pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/xfce4-wavelan-plugin Disable this for NetBSD 1.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a41f321b426e
branches:  trunk
changeset: 487806:a41f321b426e
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Jan 20 17:41:25 2005 +0000

description:
Disable this for NetBSD 1.x

diffstat:

 net/xfce4-wavelan-plugin/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9fb1394ffd85 -r a41f321b426e net/xfce4-wavelan-plugin/Makefile
--- a/net/xfce4-wavelan-plugin/Makefile Thu Jan 20 15:22:39 2005 +0000
+++ b/net/xfce4-wavelan-plugin/Makefile Thu Jan 20 17:41:25 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/01/17 13:15:55 martti Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/20 17:41:25 martti Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -9,5 +9,8 @@
 MASTER_SITES=  http://download.berlios.de/xfce-goodies/
 COMMENT=       XFce4 WLAN plugin
 
+# NetBSD 1.x does not have /usr/include/net80211/
+NOT_FOR_PLATFORM=      NetBSD-1.[0-9]*-*
+
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index