pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/elinks Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07f11ad82a86
branches:  trunk
changeset: 522650:07f11ad82a86
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 16 11:23:45 2006 +0000

description:
Remove trailing whitespace.

diffstat:

 www/elinks/options.mk |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r b1c729728ed3 -r 07f11ad82a86 www/elinks/options.mk
--- a/www/elinks/options.mk     Sat Dec 16 11:20:23 2006 +0000
+++ b/www/elinks/options.mk     Sat Dec 16 11:23:45 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.2 2006/12/06 00:20:26 hubertf Exp $
+# $NetBSD: options.mk,v 1.3 2006/12/16 11:23:45 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.elinks
 PKG_SUPPORTED_OPTIONS+=        bittorrent nntp spidermonkey fsp finger gopher
 PKG_SUPPORTED_OPTIONS+=        inet6 x11
 PKG_OPTIONS_GROUP.tls= gnutls ssl
 PKG_OPTIONS_REQUIRED_GROUPS=   tls
-PKG_SUGGESTED_OPTIONS= ssl 
+PKG_SUGGESTED_OPTIONS= ssl
 
 .include "../../mk/bsd.options.mk"
 
@@ -47,12 +47,12 @@
 CONFIGURE_ARGS+=       --with-openssl
 .include "../../security/openssl/buildlink3.mk"
 CONFIGURE_ARGS+=       --without-openssl
-.elif !empty(PKG_OPTIONS:Mgnutls)                               
+.elif !empty(PKG_OPTIONS:Mgnutls)
 CONFIGURE_ARGS+= --with-gnutls-includes=${BUILDLINK_PREFIX.gnutls}/include
 CONFIGURE_ARGS+= --with-gnutls-libs=${BUILDLINK_PREFIX.gnutls}/lib
 CONFIGURE_ARGS+= --without-openssl
 .include "../../security/gnutls/buildlink3.mk"
-.endif                                                 
+.endif
 
 .if !empty(PKG_OPTIONS:Mfsp)
 CONFIGURE_ARGS+=       --enable-fsp
@@ -71,4 +71,3 @@
 .else
 CONFIGURE_ARGS+=       --disable-gopher
 .endif
-



Home | Main Index | Thread Index | Old Index