mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Respect X11BASE
PR: ports/105885 Submitted by: David Johnson <david@usermode.org> (maintainer)
This commit is contained in:
parent
e3ebb248b5
commit
aa82b82894
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178128
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ PORTDOCS= *
|
|||
QT_NONSTANDARD= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --x-includes=${X11BASE}/include \
|
||||
--x-libraries=${X11BASE}/lib
|
||||
--x-libraries=${X11BASE}/lib \
|
||||
--with-qt-dir=${X11BASE}
|
||||
CONFIGURE_ENV= MOC=${X11BASE}/bin/moc \
|
||||
UIC=${X11BASE}/bin/uic
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue