From 9b22e518900ea88fdc101187ff3e97385acdcd1e Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 18 Nov 2003 09:15:25 +0000 Subject: 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 --- net/ngrep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ngrep') diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 110c346..5b4b981 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -26,7 +26,7 @@ PORTDOCS= BUGS CHANGES README README.pcre USAGE .include -.if ${OSVERSION} > 500000 +.if ${OSVERSION} > 501110 EXTRA_PATCHES= ${PATCHDIR}/patch5-configure ${PATCHDIR}/patch5-ngrep .endif -- cgit v1.1