diff options
author | martti <martti@pkgsrc.org> | 2007-04-17 18:20:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-04-17 18:20:06 +0000 |
commit | 5fffa0391904fdb5c044349f6f2c31acb768ab22 (patch) | |
tree | 4e5a688e0608a95714fc6603296c506260ae53cf /sysutils/xfce4-diskperf-plugin | |
parent | c88d7ea264ba43cf33ab547a117ab1162939d371 (diff) | |
download | pkgsrc-5fffa0391904fdb5c044349f6f2c31acb768ab22.tar.gz |
No xfce4-diskperf-plugin for DragonFly (requested by Joerg Sonnenberger).
Diffstat (limited to 'sysutils/xfce4-diskperf-plugin')
-rw-r--r-- | sysutils/xfce4-diskperf-plugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xfce4-diskperf-plugin/Makefile b/sysutils/xfce4-diskperf-plugin/Makefile index 385ae20f1ad..51a7faa6f92 100644 --- a/sysutils/xfce4-diskperf-plugin/Makefile +++ b/sysutils/xfce4-diskperf-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/04/12 09:55:13 martti Exp $ +# $NetBSD: Makefile,v 1.14 2007/04/17 18:20:06 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -10,5 +10,7 @@ CATEGORIES= sysutils MASTER_SITES= http://goodies.xfce.org/releases/xfce4-diskperf-plugin/ COMMENT= Xfce disk performance plugin +NOT_FOR_PLATFORM+= DragonFly-*-* + .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |