mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- s|${LOCALBASE}/bin|${LOCALBASE}/lib| to fix build on 7.X
Submitted by: pav
This commit is contained in:
parent
321cbda1ee
commit
390159bd1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283896
@ -47,7 +47,7 @@ CONFLICTS= gnugrep-*
|
||||
.if !(${OSVERSION} >= 900012 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800505))
|
||||
LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/bin
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
|
Loading…
Reference in New Issue
Block a user