summaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2005-10-23 08:47:46 +0000
committerGary Jennejohn <gj@FreeBSD.org>2005-10-23 08:47:46 +0000
commitff50ea5ec48939738a524b7cf23d3569a68a0163 (patch)
treece6c37c115a6d653d188cccca716f4c9336344a4 /editors/xvile
parentPort german/steak does not honor X11BASE (diff)
Make this port respect X11BASE.
Notes
Notes: svn path=/head/; revision=146175
Diffstat (limited to 'editors/xvile')
-rw-r--r--editors/xvile/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 517ccfb9ee36..6e903cfd0181 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)