diff options
Diffstat (limited to 'biology/deft/Makefile')
-rw-r--r-- | biology/deft/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/deft/Makefile b/biology/deft/Makefile index eae57c0484bf..1112abef88dd 100644 --- a/biology/deft/Makefile +++ b/biology/deft/Makefile @@ -21,6 +21,10 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not install on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} >= 400005 # Using g77 is troublesome, then it is better to use f2c/cc. BUILD_DEPENDS= ftn77:${PORTSDIR}/lang/f77 |