diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:51:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:51:26 +0000 |
commit | 3818bebb3c6e81d7ad8f064a8bc88b31ce5c17ae (patch) | |
tree | cbd9a15fd197c57e314a93bafc373f9f80d26e1a /lang/o2c | |
parent | 5a33db37d4554b54e5b36c934e78555a90144658 (diff) | |
download | ports-3818bebb3c6e81d7ad8f064a8bc88b31ce5c17ae.tar.gz ports-3818bebb3c6e81d7ad8f064a8bc88b31ce5c17ae.zip |
Notes
Diffstat (limited to 'lang/o2c')
-rw-r--r-- | lang/o2c/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/o2c/Makefile b/lang/o2c/Makefile index 22d5272bd2f6..55efac97b197 100644 --- a/lang/o2c/Makefile +++ b/lang/o2c/Makefile @@ -20,6 +20,12 @@ USE_REINPLACE= yes MAKE_ENV= MAKEOBJDIR=. MAN1= o2b.1 o2c.1 o2ef.1 o2whereis.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-extract: @${CP} ${FILESDIR}/o2 ${WRKSRC} @@ -31,4 +37,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/system/o2c.red.template ${PREFIX}/lib/o2c-1.16 @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |