aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/dynamips-devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-11-07 12:24:55 +0800
committermiwi <miwi@FreeBSD.org>2011-11-07 12:24:55 +0800
commit0be8fb7a769037ffce046ff5fb03e73a4b506e09 (patch)
tree3694b8bc49e4a0588d61a3443ee56ea0f3b89d3f /emulators/dynamips-devel
parente49c9c261a7473cfcb91586fa5bf34a1bf3e2337 (diff)
downloadfreebsd-ports-gnome-0be8fb7a769037ffce046ff5fb03e73a4b506e09.tar.gz
freebsd-ports-gnome-0be8fb7a769037ffce046ff5fb03e73a4b506e09.tar.zst
freebsd-ports-gnome-0be8fb7a769037ffce046ff5fb03e73a4b506e09.zip
- Get rid FreeBSD 6 support
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.