summaryrefslogtreecommitdiff
path: root/net/p5-Net-DNS/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-DNS/hacks.mk')
-rw-r--r--net/p5-Net-DNS/hacks.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/p5-Net-DNS/hacks.mk b/net/p5-Net-DNS/hacks.mk
deleted file mode 100644
index babe0f56dc6..00000000000
--- a/net/p5-Net-DNS/hacks.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2005/09/17 20:58:59 schmonz Exp $
-
-.include "../../mk/bsd.prefs.mk"
-
-# Fix build on OS X with BIND9 system resolver
-.if ${OPSYS} == "Darwin"
-PKG_HACKS+= macosx-bind9-bind8compat
-CFLAGS+= -DBIND_8_COMPAT=1
-.endif