diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 14:56:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 14:56:37 +0000 |
commit | 9cd91f3661df9f46ca39be6084af2ed107b5a0f8 (patch) | |
tree | 466904dc6113c3a4d0ee136e25eaf90a2646b833 /emulators/dynamips-community/Makefile | |
parent | 3daaa39f729e817dc3d0849b7af83ab884ecc936 (diff) | |
download | ports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.tar.gz ports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.zip |
Notes
Diffstat (limited to 'emulators/dynamips-community/Makefile')
-rw-r--r-- | emulators/dynamips-community/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile index c5657211f7c9..797806ff4e0a 100644 --- a/emulators/dynamips-community/Makefile +++ b/emulators/dynamips-community/Makefile @@ -62,19 +62,6 @@ BROKEN= Does not compile: uses i386 asm DYNAMIPS_ARCH= "nojit" .endif -# It required libpcap version 0.9.4 or is higher. -.if ${OSVERSION} < 602100 || (${OSVERSION} >= 700000 && ${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. -#LIB_DEPENDS+= pcap.\(0.9.\)?[2-9]:${PORTSDIR}/net/libpcap -#MAKE_ENV+= PCAP_LIB=-lpcap.2 -.endif - -.if ${OSVERSION} < 700013 -MAKE_ENV+= HAS_POSIX_MEMALIGN=0 -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.${DYNAMIPS_CODE} ${PREFIX}/bin/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/${DYNAMIPS_CODE}/nvram_export ${PREFIX}/bin |