diff options
Diffstat (limited to 'games/burrtools')
-rw-r--r-- | games/burrtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile index dedd643fee3e..3515bb4bca11 100644 --- a/games/burrtools/Makefile +++ b/games/burrtools/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_GL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes PLIST_FILES= bin/burrGui bin/burrTxt |