diff options
author | gj <gj@FreeBSD.org> | 2005-10-28 04:09:34 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2005-10-28 04:09:34 +0800 |
commit | 50a5f6cea66fe590322c64f04e53a65a2d0d5af1 (patch) | |
tree | 1296acb8ef40b58d088dfde6a453e974ce3fc10b /editors | |
parent | 868ba70c58d866a355b46376291f992c270fb8a5 (diff) | |
download | freebsd-ports-gnome-50a5f6cea66fe590322c64f04e53a65a2d0d5af1.tar.gz freebsd-ports-gnome-50a5f6cea66fe590322c64f04e53a65a2d0d5af1.tar.zst freebsd-ports-gnome-50a5f6cea66fe590322c64f04e53a65a2d0d5af1.zip |
Fix a braino in specifying x-includes. It's ../include and _not_
../X11/include!
Diffstat (limited to 'editors')
-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 |