diff options
Diffstat (limited to 'www/dillo')
-rw-r--r-- | www/dillo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 0310242..0532ce4 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -47,8 +47,8 @@ CONFIGURE_ARGS+= --disable-ssl .if defined(WITH_DILLO_DLGUI) CONFIGURE_ARGS+= --enable-dlgui BUILD_DEPENDS+= fltk>=2.0.r4825:${PORTSDIR}/x11-toolkits/fltk2 -CPPFLAGS+= -I${X11BASE}/include -LDFLAGS+= -L${X11BASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .else CONFIGURE_ARGS+= --disable-dlgui .endif |