diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-11-14 04:24:43 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-11-14 04:24:43 +0000 |
commit | 375ae2ae35fd96d54588b051ed83c10437a1cf79 (patch) | |
tree | 2310478ad8b3673d147c9e57e8869115c667b39b /emulators/dynamips | |
parent | edd3566211bdb6546cd9d40c760e7aa31e8f10b9 (diff) | |
download | ports-375ae2ae35fd96d54588b051ed83c10437a1cf79.tar.gz ports-375ae2ae35fd96d54588b051ed83c10437a1cf79.zip |
Notes
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 |