aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynamips
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-07 04:24:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-07 04:24:55 +0000
commit3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch)
treefc7606d0883621b7ad825f441375954cd70cf9a8 /emulators/dynamips
parent3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff)
downloadports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.tar.gz
ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.zip
Notes
Diffstat (limited to 'emulators/dynamips')
-rw-r--r--emulators/dynamips/Makefile2
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