diff options
-rw-r--r-- | games/kpacman/Makefile | 8 | ||||
-rw-r--r-- | 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 <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> 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 <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |