summaryrefslogtreecommitdiff
path: root/games/amphetamine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/amphetamine/Makefile')
-rw-r--r--games/amphetamine/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/amphetamine/Makefile b/games/amphetamine/Makefile
index 97fe158c372f..273e42a2327c 100644
--- a/games/amphetamine/Makefile
+++ b/games/amphetamine/Makefile
@@ -18,10 +18,13 @@ LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
DATAVERSION= 0.8.6
+SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config
+
USE_X_PREFIX= yes
USE_XPM= yes
USE_BZIP2= yes
USE_GMAKE= yes
+MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}"
post-install:
@(cd ${WRKDIR}/amph && ${TAR} -c -f - * ) \