diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 03:34:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 03:34:50 +0000 |
commit | 2a96f151b3c72b039d097aa2ee7b03da506e98e2 (patch) | |
tree | 2e06eac2204d6fb67c177608daca0034d6ca80c6 /x11-fm | |
parent | Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION (diff) |
s/BROKEN/IGNORE/ to prevent package build
Notes
Notes:
svn path=/head/; revision=101007
Diffstat (limited to 'x11-fm')
-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 f2034130abe8..34390191c55d 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 |