1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

move the check for the necessarity for the additional patches

regarding the changes in libpcap to 501110 and higher versions of
the FreeBSD operating system

Submitted by:	Emanuel Haupt <emanuel.haupt@cablecom.ch>
This commit is contained in:
Edwin Groothuis 2003-11-18 09:15:25 +00:00
parent 5e34bbf97c
commit 860ab884d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94239

View File

@ -26,7 +26,7 @@ PORTDOCS= BUGS CHANGES README README.pcre USAGE
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
.if ${OSVERSION} > 501110
EXTRA_PATCHES= ${PATCHDIR}/patch5-configure ${PATCHDIR}/patch5-ngrep
.endif