aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 10:51:26 +0800
committerkris <kris@FreeBSD.org>2004-09-19 10:51:26 +0800
commit85c7b8b0ed3394decd79122d4cb7bc33385dcbe0 (patch)
tree591f87ccdfb14e477fed179a1a81b38777d8fff8 /lang
parentbaad8b4d4cbe7cf8f01e4b7cefa2027aabd2bef5 (diff)
downloadfreebsd-ports-gnome-85c7b8b0ed3394decd79122d4cb7bc33385dcbe0.tar.gz
freebsd-ports-gnome-85c7b8b0ed3394decd79122d4cb7bc33385dcbe0.tar.zst
freebsd-ports-gnome-85c7b8b0ed3394decd79122d4cb7bc33385dcbe0.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'lang')
-rw-r--r--lang/o2c/Makefile8
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>