summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-diskperf-plugin/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-04-17 18:42:24 +0000
committermartti <martti@pkgsrc.org>2007-04-17 18:42:24 +0000
commitffd4f58d4a1245cc2f7fc6ff46ee6d7dcc3582ed (patch)
treeb513feb43122d83d1d089a14c7c0712f8d6ba849 /sysutils/xfce4-diskperf-plugin/Makefile
parent75f02e5bb115eb6d62fabc5bac8debe58258bff7 (diff)
downloadpkgsrc-ffd4f58d4a1245cc2f7fc6ff46ee6d7dcc3582ed.tar.gz
Use ONLY_FOR_PLATFORM instead of NOT_FOR_PLATFORM.
Diffstat (limited to 'sysutils/xfce4-diskperf-plugin/Makefile')
-rw-r--r--sysutils/xfce4-diskperf-plugin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile
index 51a7faa6f92..7c5cf918b79 100644
--- a/sysutils/xfce4-diskperf-plugin/Makefile
+++ b/sysutils/xfce4-diskperf-plugin/Makefile
@@ -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 @@ CATEGORIES= sysutils
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"