diff options
-rw-r--r-- | editors/xvile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 517ccfb9ee3..6e903cfd018 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -26,7 +26,9 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-libdir-path=${PREFIX}/lib/xvile \ - --datadir=${PREFIX}/share/xvile + --datadir=${PREFIX}/share/xvile \ + --x-includes=${X11BASE}/X11/include \ + --x-libraries=${X11BASE}/lib MAN1= xvile.1 .if defined(WITH_ALL) |