aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynamips-devel
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-devel
parent3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff)
downloadports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.tar.gz
ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.zip
- Get rid FreeBSD 6 support
Notes
Notes: svn path=/head/; revision=285212
Diffstat (limited to 'emulators/dynamips-devel')
-rw-r--r--emulators/dynamips-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile
index fa8d8713d02d..d37d0c4e4b1b 100644
--- a/emulators/dynamips-devel/Makefile
+++ b/emulators/dynamips-devel/Makefile
@@ -51,7 +51,7 @@ DYNAMIPS_ARCH= "nojit"
.endif
# It required libpcap version 0.9.4 or is higher.
-.if ${OSVERSION} < 602100 || (${OSVERSION} >= 700000 && ${OSVERSION} < 700021)
+.if ${OSVERSION} < 700021
BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
MAKE_ENV+= PCAP_LIB=${LOCALBASE}/lib/libpcap.a
#.warning Do not overlook, make libpcap with LIBPCAP_OVERWRITE_BASE parameter, for use with shared library.