diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-05 03:52:00 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-05 03:52:00 +0000 |
commit | 7e223b80d5e883e11b00a77cc70ffbfdf50bdf04 (patch) | |
tree | a2415ca29e5c3363ba4541f26fa8849cf06926df /games | |
parent | 731441b70e90af55c1cc00057b904d99ef0413e7 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/falconseye/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/falconseye/Makefile b/games/falconseye/Makefile index bd0c0c566fda..5642a653dc74 100644 --- a/games/falconseye/Makefile +++ b/games/falconseye/Makefile @@ -22,6 +22,7 @@ MAKE_ENV= NHDIR="${NHDIR}" NETHACKCONFIG="${NETHACKCONFIG}" NETHACKCONFIG= ${FILESDIR}/x-config USE_X_PREFIX= Yes USE_ZIP= yes +USE_XPM= yes MAKE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include -L${X11BASE}/lib -L${LOCALBASE}/lib -I${LOCALBASE}/include/SDL11" PREFIX="${PREFIX}" X11BASE="${X11BASE}" WRKSRC= ${WRKDIR} |