summaryrefslogtreecommitdiff
path: root/net/dhcpdump/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-11-22 07:52:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-11-22 07:52:46 +0000
commit6ed433cea3bf4ffb30f1f0c3e018ab662ddb876e (patch)
treeb4fa691adfa027272bbb7e6fbc6e88095b97b448 /net/dhcpdump/Makefile
parentFix printing due to badly generated XML files. This has been reported to (diff)
fix build on -current
(interesting that this never occured earlier)
Notes
Notes: svn path=/head/; revision=94698
Diffstat (limited to '')
-rw-r--r--net/dhcpdump/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile
index 2547428edbd6..3e670d725761 100644
--- a/net/dhcpdump/Makefile
+++ b/net/dhcpdump/Makefile
@@ -16,5 +16,6 @@ COMMENT= Decode and diagnose sniffed DHCP packets
MAN1= dhcpdump.1
GNU_CONFIGURE= yes
+USE_PERL5_BUILD= yes
.include <bsd.port.mk>