diff options
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index dcc929a39d0b..bd451df2f807 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -46,6 +46,10 @@ PLIST_SUB= GCL_VER=${PORTVERSION} .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + pre-configure: ${RM} -f ${WRKSRC}/configure ${SED} -i '' \ |