diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 03:34:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 03:34:50 +0000 |
commit | 58ffc7c23389de5727aced4a96710228e5c2ecac (patch) | |
tree | d34984f90e8e903416ee7e36fb56b7982db321c6 /x11-fm/xdiskusage | |
parent | 3ccc0394aad8f7fd6ff19d58ac189a6c0a6daaaf (diff) | |
download | FreeBSD-ports-58ffc7c23389de5727aced4a96710228e5c2ecac.zip FreeBSD-ports-58ffc7c23389de5727aced4a96710228e5c2ecac.tar.gz |
s/BROKEN/IGNORE/ to prevent package build
Diffstat (limited to 'x11-fm/xdiskusage')
-rw-r--r-- | x11-fm/xdiskusage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile index f203413..34390191 100644 --- a/x11-fm/xdiskusage/Makefile +++ b/x11-fm/xdiskusage/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11-fm MASTER_SITES= http://xdiskusage.sourceforge.net/ EXTRACT_SUFX= .tgz -BROKEN= "only works with 'du' output, e.g. du | xdiskusage -" +IGNORE= "only works with 'du' output, e.g. du | xdiskusage -" MAINTAINER= trevor@FreeBSD.org COMMENT= Show where disk space is taken up |