diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-06 17:41:30 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-06 17:41:30 +0000 |
commit | 2af16f3d189c009352a691833034ee2fb9a6abfb (patch) | |
tree | 97f6ebc4d34128c92b81e16a7b78c002b83e0618 /chat/loudmouth | |
parent | 3100854d797982fa52393e42c2013bf025ff6b3b (diff) | |
download | pkgsrc-2af16f3d189c009352a691833034ee2fb9a6abfb.tar.gz |
Whitespace, found by pkglint.
Diffstat (limited to 'chat/loudmouth')
-rw-r--r-- | chat/loudmouth/hacks.mk | 6 |
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 |