diff options
Diffstat (limited to 'astro/xplanet/Makefile')
-rw-r--r-- | astro/xplanet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 6db314e8a472..a07a84294885 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -17,8 +17,8 @@ GNU_CONFIGURE= yes USE_XORG= xt xscrnsaver USE_GNOME= # CONFIGURE_ARGS= --with-map-extension=jpg -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lm" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lm" +CPPFLAGS+= -I${LOCALBASE}/include OPTIONS= FREETYPE "Enable Freetype support" on \ PANGO "Enable PANGO support" on \ |