diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2005-10-27 20:09:34 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2005-10-27 20:09:34 +0000 |
commit | f7d384aab27f0162521192ae0893625e9ec9579b (patch) | |
tree | aed9f492cb70b193ea7e2faf45ffb25c877fb036 /editors/xvile | |
parent | 8905042799632bd2a106c9b88c375c63fb417f43 (diff) | |
download | ports-f7d384aab27f0162521192ae0893625e9ec9579b.tar.gz ports-f7d384aab27f0162521192ae0893625e9ec9579b.zip |
Notes
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 |