1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Unbreak build on CURRENT

PR:		ports/142286
Submitted by:	Jilles Tjoelker <jilles@stack.nl>
Approved by:	miwi (mentor implicit)
This commit is contained in:
Marcus von Appen 2010-01-05 07:00:58 +00:00
parent 4d70f3eab1
commit 91309165b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247191

View File

@ -35,7 +35,7 @@ post-patch:
@${FIND} ${WRKSRC} -type f | xargs ${CHMOD} a+r
pre-configure:
@invalid=`${PKG_INFO} -I ${SDLNOX11:C/.+/'&'/} 2>/dev/null | ${AWK} '{print $$1}`
@invalid=`${PKG_INFO} -I ${SDLNOX11:C/.+/'&'/} 2>/dev/null | ${AWK} '{print $$1}'`
@if [ ! -z "$$invalid" ]; then \
${ECHO_MSG} "${PKGNAME} is marked as broken: devel/sdl12 needs to be built with X11 support enabled."; \
exit 1; \