diff options
author | edwin <edwin@FreeBSD.org> | 2003-11-18 17:15:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-11-18 17:15:25 +0800 |
commit | 9b22e518900ea88fdc101187ff3e97385acdcd1e (patch) | |
tree | 8f2dd1219ac57fb8ef59d60a3af1554f23fc5ee7 /net/ngrep | |
parent | f23108f9d494f070b8daa9840acbf72b9936e2c0 (diff) | |
download | freebsd-ports-gnome-9b22e518900ea88fdc101187ff3e97385acdcd1e.tar.gz freebsd-ports-gnome-9b22e518900ea88fdc101187ff3e97385acdcd1e.tar.zst freebsd-ports-gnome-9b22e518900ea88fdc101187ff3e97385acdcd1e.zip |
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>
Diffstat (limited to 'net/ngrep')
-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 |