pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Use ONLY_FOR_PLATFORM instead of NOT_FOR_PLATFORM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0602f22d28b
branches:  trunk
changeset: 527980:e0602f22d28b
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Apr 17 18:42:24 2007 +0000

description:
Use ONLY_FOR_PLATFORM instead of NOT_FOR_PLATFORM.

diffstat:

 meta-pkgs/xfce4-extras/Makefile         |  4 ++--
 sysutils/xfce4-diskperf-plugin/Makefile |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 6aff4343e3bc -r e0602f22d28b meta-pkgs/xfce4-extras/Makefile
--- a/meta-pkgs/xfce4-extras/Makefile   Tue Apr 17 18:20:06 2007 +0000
+++ b/meta-pkgs/xfce4-extras/Makefile   Tue Apr 17 18:42:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/04/17 18:20:06 martti Exp $
+# $NetBSD: Makefile,v 1.23 2007/04/17 18:42:24 martti Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -30,7 +30,7 @@
 .include "../../misc/xfce4-weather-plugin/buildlink3.mk"
 .include "../../net/xfce4-wavelan-plugin/buildlink3.mk"
 .include "../../sysutils/xfce4-cpugraph-plugin/buildlink3.mk"
-.if ${OPSYS} != "DragonFly"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Linux"
 .include "../../sysutils/xfce4-diskperf-plugin/buildlink3.mk"
 .endif
 .include "../../sysutils/xfce4-fsguard-plugin/buildlink3.mk"
diff -r 6aff4343e3bc -r e0602f22d28b sysutils/xfce4-diskperf-plugin/Makefile
--- a/sysutils/xfce4-diskperf-plugin/Makefile   Tue Apr 17 18:20:06 2007 +0000
+++ b/sysutils/xfce4-diskperf-plugin/Makefile   Tue Apr 17 18:42:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/04/17 18:20:06 martti Exp $
+# $NetBSD: Makefile,v 1.15 2007/04/17 18:42:24 martti Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -10,7 +10,8 @@
 MASTER_SITES=  http://goodies.xfce.org/releases/xfce4-diskperf-plugin/
 COMMENT=       Xfce disk performance plugin
 
-NOT_FOR_PLATFORM+=     DragonFly-*-*
+ONLY_FOR_PLATFORM+=    NetBSD-*-*
+ONLY_FOR_PLATFORM+=    Linux-*-*
 
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index