diff options
Diffstat (limited to 'games/eboard/Makefile')
-rw-r--r-- | games/eboard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 0322e4b90c7c..a07f07d198b7 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -24,8 +24,8 @@ USE_PERL5_BUILD=yes USE_GNOME= gtk20 CONFIGURE_ARGS= --prefix=${PREFIX} \ - --extra-inc=${LOCALBASE}/include:${X11BASE}/include \ - --extra-ld=${LOCALBASE}/lib:${X11BASE}/lib \ + --extra-inc=${LOCALBASE}/include \ + --extra-ld=${LOCALBASE}/lib \ --disable-dgt INSTALL_TARGET= install install-man |