1
0
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:
Dejan Lesjak 2004-12-10 15:19:40 +00:00
parent bf3c5a9101
commit 84363b0498
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123643
2 changed files with 4 additions and 2 deletions

View File

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

View File

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