summaryrefslogtreecommitdiff
path: root/net/ngrep
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-11-18 09:15:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-11-18 09:15:25 +0000
commit860ab884d1430ff2f428c089c79734224b9be9df (patch)
tree367018aa3786f493d3303caf4e75fa225a14f979 /net/ngrep
parentMaintainer update to latest version. Major changes: renumbered versioning; (diff)
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>
Notes
Notes: svn path=/head/; revision=94239
Diffstat (limited to 'net/ngrep')
-rw-r--r--net/ngrep/Makefile2
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