aboutsummaryrefslogtreecommitdiff
path: root/games/stratagus
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-30 11:00:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-30 11:00:20 +0000
commitf6317398b8496b5dd57efa2266ee49f4d90859b4 (patch)
treeff091a8d2dfb27dc99e4aac0a61488f8e6020f38 /games/stratagus
parent69194c839405ac2174f4588ed53ea4e629cfd11d (diff)
downloadports-f6317398b8496b5dd57efa2266ee49f4d90859b4.tar.gz
ports-f6317398b8496b5dd57efa2266ee49f4d90859b4.zip
Notes
Diffstat (limited to 'games/stratagus')
-rw-r--r--games/stratagus/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile
index beeb135d74c1..408bf5aa8c62 100644
--- a/games/stratagus/Makefile
+++ b/games/stratagus/Makefile
@@ -23,9 +23,10 @@ USE_LUA= 5.0
USE_SDL= yes
USE_XLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR}
-LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR}
+CFLAGS= -I${LUA_INCDIR}
+LDFLAGS= -L${LUA_LIBDIR}
+CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
+ EXTRA_CFLAGS="${CFLAGS}" EXTRA_LIBS="${LDFLAGS}"
WRKSRC= ${WRKDIR}/stratagus-040702
OPTIONS= OPENGL "Enable OpenGL support" on \