diff options
author | dholland <dholland> | 2012-05-06 17:41:30 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-06 17:41:30 +0000 |
commit | 822d4347eb981874c8fdcff2584659f5c236f607 (patch) | |
tree | 97f6ebc4d34128c92b81e16a7b78c002b83e0618 | |
parent | 3e30fcaeec3431e1c90a8efa465ddfaf5eb7899e (diff) | |
download | pkgsrc-822d4347eb981874c8fdcff2584659f5c236f607.tar.gz |
Whitespace, found by pkglint.
-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 |