Fix libedit dependency to >= 803000
PR: ports/169948 Reported by: Bryan Drewery
This commit is contained in:
parent
9401b0a73a
commit
b51d9410ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301027
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ PORTDOCS= *
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# For FreeBSD 8.x and above link pcretest against libedit
|
||||
.if ${OSVERSION} > 800000
|
||||
# For FreeBSD 8.3 and above link pcretest against libedit
|
||||
.if ${OSVERSION} >= 803000
|
||||
CONFIGURE_ARGS+= --enable-pcretest-libedit
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue