diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
commit | 3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch) | |
tree | fc7606d0883621b7ad825f441375954cd70cf9a8 /emulators/dynamips | |
parent | 3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff) | |
download | ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.tar.gz ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.zip |
- Get rid FreeBSD 6 support
Notes
Notes:
svn path=/head/; revision=285212
Diffstat (limited to 'emulators/dynamips')
-rw-r--r-- | emulators/dynamips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 518f12cc76a5..2df710e9912f 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -42,7 +42,7 @@ DYNAMIPS_ARCH= "amd64" DYNAMIPS_ARCH= "nojit" .endif -.if ${OSVERSION} < 602100 || ${OSVERSION} < 700021 +.if ${OSVERSION} < 700021 BUILD_DEPENDS+= libpcap>=0.9.4:${PORTSDIR}/net/libpcap .endif |