aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2010-01-05 15:00:58 +0800
committermva <mva@FreeBSD.org>2010-01-05 15:00:58 +0800
commiteb21d5cbbfae1b57f6f674ec0aaeffba7a083dcb (patch)
tree57fa670d6be30f86596eb5efac588e69ecafaa62 /devel
parent53e8046fc3ce4ea41dfff4e6b95594dd50176a55 (diff)
downloadfreebsd-ports-gnome-eb21d5cbbfae1b57f6f674ec0aaeffba7a083dcb.tar.gz
freebsd-ports-gnome-eb21d5cbbfae1b57f6f674ec0aaeffba7a083dcb.tar.zst
freebsd-ports-gnome-eb21d5cbbfae1b57f6f674ec0aaeffba7a083dcb.zip
- Unbreak build on CURRENT
PR: ports/142286 Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: miwi (mentor implicit)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-game/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile
index f462488c85db..7596cf1bef77 100644
--- a/devel/py-game/Makefile
+++ b/devel/py-game/Makefile
@@ -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; \