Fix libedit dependency to >= 803000

PR:		ports/169948
Reported by:	Bryan Drewery
This commit is contained in:
Martin Matuska 2012-07-17 19:41:32 +00:00
parent 9401b0a73a
commit b51d9410ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301027

View file

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