From 44bc610c06bbd2eeca1da478cecb805655d2988b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 11 Dec 2004 21:33:57 +0000 Subject: BROKEN: Does not compile --- games/kpacman/Makefile | 8 ++------ security/hashish/Makefile | 10 +++------- 2 files changed, 5 insertions(+), 13 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 - -.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 +.include diff --git a/security/hashish/Makefile b/security/hashish/Makefile index 59d4f07c2dcd..2167f331c223 100644 --- a/security/hashish/Makefile +++ b/security/hashish/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 .endif +BROKEN= "Does not compile" + GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -35,10 +37,4 @@ CONFIGURE_ENV+= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config" USE_GMAKE= yes PLIST_FILES= bin/hashish -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include +.include -- cgit v1.2.3