mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix a braino in specifying x-includes. It's ../include and _not_
../X11/include!
This commit is contained in:
parent
8905042799
commit
f7d384aab2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146507
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user