1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Make this port respect X11BASE.

This commit is contained in:
Gary Jennejohn 2005-10-23 08:47:46 +00:00
parent ea61c57b72
commit ff50ea5ec4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146175

View File

@ -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)