diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-11-14 12:24:43 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-11-14 12:24:43 +0800 |
commit | a5c8cb2d8ffa3df71e727f6640a588215a0f9618 (patch) | |
tree | dcf5b7d936154db5a7d87e39ad573b572eeabbca /emulators/dynamips | |
parent | 89ff3f436b072d1b8ea0126ac45eb36f6af5130e (diff) | |
download | freebsd-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/Makefile | 1 |
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 |