diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-29 16:24:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-29 16:24:20 +0000 |
commit | fca96ef2345af8fde9353f2ec9b9e3c91a7a8715 (patch) | |
tree | 57f2684cbac30cb512c5c277aaf2d147c5655965 /games/burrtools | |
parent | 0a8063720bb9550f88421e3486d81540685fef30 (diff) | |
download | ports-fca96ef2345af8fde9353f2ec9b9e3c91a7a8715.tar.gz ports-fca96ef2345af8fde9353f2ec9b9e3c91a7a8715.zip |
Notes
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 |