aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2005-10-28 04:09:34 +0800
committergj <gj@FreeBSD.org>2005-10-28 04:09:34 +0800
commit50a5f6cea66fe590322c64f04e53a65a2d0d5af1 (patch)
tree1296acb8ef40b58d088dfde6a453e974ce3fc10b /editors
parent868ba70c58d866a355b46376291f992c270fb8a5 (diff)
downloadfreebsd-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/Makefile2
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