mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade Approved by: maintainer
This commit is contained in:
parent
bf3c5a9101
commit
84363b0498
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123643
@ -22,7 +22,8 @@ USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE}
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
|
||||
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
|
@ -22,7 +22,8 @@ USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE}
|
||||
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
|
||||
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user