aboutsummaryrefslogtreecommitdiffstats
path: root/games/kpacman
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-12 05:33:57 +0800
committerKris Kennaway <kris@FreeBSD.org>2004-12-12 05:33:57 +0800
commit44bc610c06bbd2eeca1da478cecb805655d2988b (patch)
treefe5501feaa4a22debf7e81bed553250dccc2066d /games/kpacman
parent7a6d8b89b2d98f68387242d34902a9ce4a18bfc9 (diff)
downloadfreebsd-ports-gnome-44bc610c06bbd2eeca1da478cecb805655d2988b.tar.gz
freebsd-ports-gnome-44bc610c06bbd2eeca1da478cecb805655d2988b.tar.zst
freebsd-ports-gnome-44bc610c06bbd2eeca1da478cecb805655d2988b.zip
BROKEN: Does not compile
Diffstat (limited to 'games/kpacman')
-rw-r--r--games/kpacman/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/kpacman/Makefile b/games/kpacman/Makefile
index 40614d3e2969..31e9848c78f3 100644
--- a/games/kpacman/Makefile
+++ b/games/kpacman/Makefile
@@ -24,13 +24,9 @@ CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
+BROKEN= "Does not compile"
post-patch:
${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS}," ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>