diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 01:43:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 01:43:38 +0000 |
commit | 30560721244043b98447c85942d2cba384e7d080 (patch) | |
tree | 52a8a36fd1b4be764c67a075100ce27859c6bb27 /x11-toolkits/p5-Tk-TableMatrix | |
parent | 5155c246bd427c54c751e13978d954af95437afa (diff) | |
download | ports-30560721244043b98447c85942d2cba384e7d080.tar.gz ports-30560721244043b98447c85942d2cba384e7d080.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk-TableMatrix')
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Tk-TableMatrix/Makefile b/x11-toolkits/p5-Tk-TableMatrix/Makefile index 9737622de653..8c5dc66770bc 100644 --- a/x11-toolkits/p5-Tk-TableMatrix/Makefile +++ b/x11-toolkits/p5-Tk-TableMatrix/Makefile @@ -25,4 +25,10 @@ MAN3= Tk::TableMatrix.3 \ Tk::TableMatrix::Spreadsheet.3 \ Tk::TableMatrix::SpreadsheetHideRows.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |