diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /chat/silc-client | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'chat/silc-client')
-rw-r--r-- | chat/silc-client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index b9e14fe07eb..470735fe5d9 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/07/07 15:49:31 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2007/02/22 19:26:12 wiz Exp $ # DISTNAME= ${SILC_CLIENT_DISTNAME} @@ -13,7 +13,7 @@ EXTRACT_SUFX= ${SILC_CLIENT_EXTRACT_SUFX} MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.silcnet.org/ -COMMENT= Client for the Secure Internet Live Conferencing (SILC) protocol +COMMENT= Client for the Secure Internet Live Conferencing (SILC) protocol .include "../../chat/silc-client/Makefile.common" @@ -45,10 +45,10 @@ CONFIGURE_ARGS+= --without-libtoolfix .if (${OPSYS} == "NetBSD") || (${OPSYS} == "SunOS") CONFIGURE_ARGS+= --with-vcurses .elif (${OPSYS} == "Linux") || (${OPSYS} == "Darwin") -CONFIGURE_ARGS+= --with-ncurses +CONFIGURE_ARGS+= --with-ncurses .else # XXX: Need testing on other operating systems, use safe defaults for now. -CONFIGURE_ARGS+= --with-ncurses +CONFIGURE_ARGS+= --with-ncurses .endif # Assembler optimizations. |