diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/fwp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/fwp/Makefile b/games/fwp/Makefile index 4aec3b966663..1a1bed9cc1b0 100644 --- a/games/fwp/Makefile +++ b/games/fwp/Makefile @@ -32,6 +32,12 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 +BROKEN= Doesn't build +.endif + post-patch: @${REINPLACE_CMD} -e '/LDFLAGS=/ s|$$LIBS|$$LDFLAGS|' \ ${WRKSRC}/configure @@ -40,4 +46,4 @@ post-patch: post-install: @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |