diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 10:18:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 10:18:05 +0000 |
commit | c8e1403e0d0c8401f852412bc6152c10a13ad3e5 (patch) | |
tree | fb1f60f915e60fac93e0db001dcf6df70395f62b /devel/fpc-gdb/Makefile | |
parent | 4af7c839c87a08df7a2cac56a3aa7ab147c546bf (diff) |
Notes
Diffstat (limited to 'devel/fpc-gdb/Makefile')
-rw-r--r-- | devel/fpc-gdb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/fpc-gdb/Makefile b/devel/fpc-gdb/Makefile index 86c5c332a7b5..572633c89d44 100644 --- a/devel/fpc-gdb/Makefile +++ b/devel/fpc-gdb/Makefile @@ -32,6 +32,10 @@ COMMENT= GNU GDB 5.2.1 modified for Free Pascal BROKEN= "Does not compile on 4.x" .endif +.if ${OSVERSION} > 502112 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + NO_LATEST_LINK= yes USE_GMAKE= yes GNU_CONFIGURE= yes |