aboutsummaryrefslogtreecommitdiff
path: root/games/el
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-06 13:07:14 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-06 13:07:14 +0000
commit3f2e8c051c162ee6be004a73f8be9d3d110ee8a2 (patch)
treed2731cc02b608d4110d76892666008fff1ab07a3 /games/el
parent3f344efa2c9f55a59ce7ca6051c3e963a0011bc8 (diff)
downloadports-3f2e8c051c162ee6be004a73f8be9d3d110ee8a2.tar.gz
ports-3f2e8c051c162ee6be004a73f8be9d3d110ee8a2.zip
Fix build (on my 10.0-amd64 laptop at least).
Submitted by: marino Approved by: acm (maintainer, implicit)
Notes
Notes: svn path=/head/; revision=338874
Diffstat (limited to 'games/el')
-rw-r--r--games/el/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/el/Makefile b/games/el/Makefile
index c5dec7bfc6b4..dd584bb1fbbb 100644
--- a/games/el/Makefile
+++ b/games/el/Makefile
@@ -23,7 +23,7 @@ USES= gmake openal:al,alut
USE_GNOME= libxml2
USE_SDL= sdl net image
USE_GL= yes
-USES= gmake
+LDFLAGS+= -L${LOCALBASE}/lib -lX11
ALL_TARGET= el.bin
MAKEFILE= Makefile.bsd
@@ -32,7 +32,7 @@ PLIST= ${WRKDIR}/pkg-plist
NO_STAGE= yes
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64" || ${ARCH} == "amd64"
+.if ${ARCH} == "sparc64"
BROKEN= Does not build on ${ARCH}
.endif