aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-11-21 20:19:16 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-11-21 20:19:16 +0000
commit2ff13286eabf160179c3f805766ac103ed9d783e (patch)
treea46f2113379f3fa06bcd72fe1a615bba149a5293 /games
parent893d68e145a631813c3b154764e52ecd09931c85 (diff)
downloadports-2ff13286eabf160179c3f805766ac103ed9d783e.tar.gz
ports-2ff13286eabf160179c3f805766ac103ed9d783e.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/fwp/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/fwp/Makefile b/games/fwp/Makefile
index 1f5e039e25f3..2089006b7efe 100644
--- a/games/fwp/Makefile
+++ b/games/fwp/Makefile
@@ -25,19 +25,13 @@ USE_GL= yes
USE_SDL= sdl net mixer
USE_GCC= 3.4+
-CONFIGURE_ARGS= --program-suffix=
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
SDL_CONFIG="${SDL_CONFIG}"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile on 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '/LDFLAGS=/ s|$$LIBS|$$LDFLAGS|' \
${WRKSRC}/configure
@@ -46,4 +40,4 @@ post-patch:
post-install:
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>