aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2011-03-08 23:13:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2011-03-08 23:13:38 +0000
commit9462f8d3a05fb45a4657659d7dd421bc49680c96 (patch)
treef9a1db1628acfd872218ada06aed53df6630a6c5
parent068948ee077462b314995f62ba5676a58cd1a596 (diff)
downloadports-9462f8d3a05fb45a4657659d7dd421bc49680c96.tar.gz
ports-9462f8d3a05fb45a4657659d7dd421bc49680c96.zip
- Fix build after bsd.port.mk update
Notes
Notes: svn path=/head/; revision=270527
-rw-r--r--games/connectfive/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/connectfive/Makefile b/games/connectfive/Makefile
index ee8ce0e0f04d..884fb7866479 100644
--- a/games/connectfive/Makefile
+++ b/games/connectfive/Makefile
@@ -16,16 +16,16 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Place five pieces in a row on a 3d board
MAKEFILE= Makefile.linux
-MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
ALL_TARGET= default
+CPPFLAGS= -I${LOCALBASE}/include
USE_SDL= sdl
USE_GL= gl
USE_XORG= xmu xext x11
USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/connectFive
+WRKSRC= ${WRKDIR}/connectFive
post-patch:
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile.linux