diff options
author | trevor <trevor@FreeBSD.org> | 2003-01-17 12:50:00 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-01-17 12:50:00 +0000 |
commit | a9f1641292a7ece7ba59345238fc45c6cbe4b7a8 (patch) | |
tree | 858a815b903af004a1a5351fa1cb792926283648 /x11-fm | |
parent | 72df162018f4925998c52521b97c851d2c87f207 (diff) | |
download | FreeBSD-ports-a9f1641292a7ece7ba59345238fc45c6cbe4b7a8.zip FreeBSD-ports-a9f1641292a7ece7ba59345238fc45c6cbe4b7a8.tar.gz |
This was broken by the recent update to the fltk port. David Thiel's
report led me to notice the problem.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xdiskusage/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile index ae2f252..5970f7f 100644 --- a/x11-fm/xdiskusage/Makefile +++ b/x11-fm/xdiskusage/Makefile @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= trevor@FreeBSD.org +BROKEN= "needs fltk 1.0.10" + LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_GMAKE= yes |