diff options
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 6e903cfd0181..d7724ad15482 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -27,7 +27,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-libdir-path=${PREFIX}/lib/xvile \ --datadir=${PREFIX}/share/xvile \ - --x-includes=${X11BASE}/X11/include \ + --x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib MAN1= xvile.1 |