diff options
-rw-r--r-- | net/ngrep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 110c346b55d2..5b4b981985b1 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -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 |