aboutsummaryrefslogtreecommitdiffstats
path: root/games/pykawari
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-26 10:43:13 +0800
committerkris <kris@FreeBSD.org>2004-09-26 10:43:13 +0800
commit6424fd5192e6e888303ce266ccb6b88a31cd3003 (patch)
tree344dec9163299897e862e1053185162428fc0e36 /games/pykawari
parentf0ffa4773cf009acee4354c9b5ae2066182c2d78 (diff)
downloadfreebsd-ports-gnome-6424fd5192e6e888303ce266ccb6b88a31cd3003.tar.gz
freebsd-ports-gnome-6424fd5192e6e888303ce266ccb6b88a31cd3003.tar.zst
freebsd-ports-gnome-6424fd5192e6e888303ce266ccb6b88a31cd3003.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/pykawari')
-rw-r--r--games/pykawari/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/pykawari/Makefile b/games/pykawari/Makefile
index 8dd313a24502..2472944216af 100644
--- a/games/pykawari/Makefile
+++ b/games/pykawari/Makefile
@@ -38,6 +38,11 @@ WRKSRC= ${WRKDIR}/kawari-${PORTVERSION:S/.//g}
CFLAGS+= ${PTHREAD_CFLAGS} -fPIC
.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 50126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif