aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynamips-devel/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-02-13 19:51:31 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-02-13 19:51:31 +0000
commit53563bc19867378e0b2b98b8ec94f960a9f13825 (patch)
treef39a6d9ca97770008e859eb5ef63bfb3a6a3672c /emulators/dynamips-devel/Makefile
parent83015f7ae3128ba5c1568f4d7d4b107d46598102 (diff)
Notes
Diffstat (limited to 'emulators/dynamips-devel/Makefile')
-rw-r--r--emulators/dynamips-devel/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile
index 6c115aeabe58..2b57cfc864f4 100644
--- a/emulators/dynamips-devel/Makefile
+++ b/emulators/dynamips-devel/Makefile
@@ -44,13 +44,10 @@ DYNAMIPS_ARCH= "amd64"
DYNAMIPS_ARCH= "nojit"
.endif
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 600029
#
# Requires libpcap 0.9+
-USE_REINPLACE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's/^HAS_PCAP=1/HAS_PCAP=0/' ${WRKSRC}/Makefile
+MAKE_ENV= HAS_PCAP=0
.endif
.include <bsd.port.post.mk>