aboutsummaryrefslogtreecommitdiffstats
path: root/games/el
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-01-06 21:07:14 +0800
committerrene <rene@FreeBSD.org>2014-01-06 21:07:14 +0800
commit9b6b9962a2ba036aa75339e7d427d8be5bb60c52 (patch)
treed2731cc02b608d4110d76892666008fff1ab07a3 /games/el
parentd1af9ff251650e66f3faff4f16ce274c74161edd (diff)
downloadfreebsd-ports-gnome-9b6b9962a2ba036aa75339e7d427d8be5bb60c52.tar.gz
freebsd-ports-gnome-9b6b9962a2ba036aa75339e7d427d8be5bb60c52.tar.zst
freebsd-ports-gnome-9b6b9962a2ba036aa75339e7d427d8be5bb60c52.zip
Fix build (on my 10.0-amd64 laptop at least).
Submitted by: marino Approved by: acm (maintainer, implicit)
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