aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/dynamips
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2006-11-14 12:24:43 +0800
committerfjoe <fjoe@FreeBSD.org>2006-11-14 12:24:43 +0800
commita5c8cb2d8ffa3df71e727f6640a588215a0f9618 (patch)
treedcf5b7d936154db5a7d87e39ad573b572eeabbca /emulators/dynamips
parent89ff3f436b072d1b8ea0126ac45eb36f6af5130e (diff)
downloadfreebsd-ports-gnome-a5c8cb2d8ffa3df71e727f6640a588215a0f9618.tar.gz
freebsd-ports-gnome-a5c8cb2d8ffa3df71e727f6640a588215a0f9618.tar.zst
freebsd-ports-gnome-a5c8cb2d8ffa3df71e727f6640a588215a0f9618.zip
Remove LIB_DEPENDS if we link with libpcap from ports.
Diffstat (limited to 'emulators/dynamips')
-rw-r--r--emulators/dynamips/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile
index 41d9d073fd9f..08561b3c1285 100644
--- a/emulators/dynamips/Makefile
+++ b/emulators/dynamips/Makefile
@@ -48,7 +48,6 @@ DYNAMIPS_ARCH= "nojit"
.if ${OSVERSION} < 602100 || ${OSVERSION} < 700021
#
# Requires libpcap 0.9.4
-LIB_DEPENDS+= pcap.2:${PORTSDIR}/net/libpcap
BUILD_DEPENDS+= libpcap>=0.9.4:${PORTSDIR}/net/libpcap
.endif