diff options
Diffstat (limited to 'games/xteddy/Makefile')
-rw-r--r-- | games/xteddy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index 32b8eb119682..7dd8b42c1171 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -17,8 +17,8 @@ COMMENT= A cuddlesome teddy for the X desktop NO_CDROM= Can only be distributed for free GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ - LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" USE_GNOME= imlib MAN6= xteddy.6 |