diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gtl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile index 6ee509e04e93..c9a6edcf32e0 100644 --- a/misc/gtl/Makefile +++ b/misc/gtl/Makefile @@ -16,4 +16,10 @@ MAINTAINER= nakai@FreeBSD.org INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500035 +BROKEN= "Does not compile on 5.0" +.endif + +.include <bsd.port.post.mk> |