diff options
Diffstat (limited to 'astro/tkgeomap/Makefile')
-rw-r--r-- | astro/tkgeomap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index 3f13915e5f40..ba1568addcb7 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= tclgeomap.0:${PORTSDIR}/astro/tclgeomap CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x \ --with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} \ --with-tk=${TK_LIBDIR} --with-tkinclude=${TK_INCLUDEDIR} \ - --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include + --x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include CONFIGURE_ENV= TCLGEOMAP_LIB=${LOCALBASE}/lib/tclgeomap USE_TK= 82+ GNU_CONFIGURE= yes |