1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Fix build after bsd.port.mk update

This commit is contained in:
Dmitry Marakasov 2011-03-08 23:13:38 +00:00
parent 068948ee07
commit 9462f8d3a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270527

View File

@ -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