diff options
Diffstat (limited to 'games/falconseye/Makefile')
-rw-r--r-- | games/falconseye/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/falconseye/Makefile b/games/falconseye/Makefile index 18fee9d8c430..cd02f52bddbe 100644 --- a/games/falconseye/Makefile +++ b/games/falconseye/Makefile @@ -24,7 +24,7 @@ NETHACKCONFIG= ${FILESDIR}/x-config USE_SDL= sdl USE_PERL5_BUILD=yes USE_ZIP= yes -USE_XORG= xpm +USE_XORG= x11 xpm xaw 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} |