diff options
Diffstat (limited to 'x11/fbdesk')
-rw-r--r-- | x11/fbdesk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index bb2f979e86f3..de847543ac67 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -24,6 +24,10 @@ PORTDOCS= COPYING ChangeLog INSTALL README .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} >= 500000 USE_REINPLACE= yes post-patch: |