diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
commit | d894e365fe83a695850869cd43b9ff91d9c2323a (patch) | |
tree | 7a18870cedbd144cff76a826ef41b266e5dc5835 /lang/tinycobol | |
parent | 92de6ccebceda884546e94d61280d86bf0d94eec (diff) | |
download | ports-d894e365fe83a695850869cd43b9ff91d9c2323a.tar.gz ports-d894e365fe83a695850869cd43b9ff91d9c2323a.zip |
Notes
Diffstat (limited to 'lang/tinycobol')
-rw-r--r-- | lang/tinycobol/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile index 1eacf6b7b92f..65afa04a8311 100644 --- a/lang/tinycobol/Makefile +++ b/lang/tinycobol/Makefile @@ -30,6 +30,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= htcobol.1 htcobf2f.1 htcobolpp.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + pre-install: post-install: @@ -38,4 +44,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/info/*.txt ${PREFIX}/share/doc/tinycobol .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |