diff options
author | kris <kris@FreeBSD.org> | 2002-10-26 02:55:52 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-26 02:55:52 +0000 |
commit | b59c9e1e35103c446c8de55d829d77999e71b116 (patch) | |
tree | 0a5109baeef33f48f6f528cb1252154f3d38fa06 /misc/gtl | |
parent | a431715e60e09f7335ad90915bb088e486f6bfd1 (diff) | |
download | FreeBSD-ports-b59c9e1e35103c446c8de55d829d77999e71b116.zip FreeBSD-ports-b59c9e1e35103c446c8de55d829d77999e71b116.tar.gz |
Mark BROKEN on 5.0
Diffstat (limited to 'misc/gtl')
-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 6ee509e..c9a6edc 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> |