summaryrefslogtreecommitdiff
path: root/chat/loudmouth/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chat/loudmouth/hacks.mk')
-rw-r--r--chat/loudmouth/hacks.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/loudmouth/hacks.mk b/chat/loudmouth/hacks.mk
index 2436ab979bc..452b8f3db59 100644
--- a/chat/loudmouth/hacks.mk
+++ b/chat/loudmouth/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2012/02/21 06:27:38 sbd Exp $
+# $NetBSD: hacks.mk,v 1.2 2012/05/06 17:41:30 dholland Exp $
.if !defined(HACKS_MK)
HACKS_MK= defined
@@ -8,8 +8,8 @@ HACKS_MK= defined
### symbol name is '__res_query'.
###
.if "${OPSYS}" == "Linux"
-PKG_HACKS+= libresolv
-LIBS+= -lresolv
+PKG_HACKS+= libresolv
+LIBS+= -lresolv
.endif
.endif