pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/elinks replace "empty (foo)" with "empty(foo)"



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8aade71e3ff0
branches:  trunk
changeset: 537589:8aade71e3ff0
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Jan 11 14:52:42 2008 +0000

description:
replace "empty (foo)" with "empty(foo)"

diffstat:

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

diffs (18 lines):

diff -r 2780bcb38fa8 -r 8aade71e3ff0 www/elinks/options.mk
--- a/www/elinks/options.mk     Fri Jan 11 14:09:17 2008 +0000
+++ b/www/elinks/options.mk     Fri Jan 11 14:52:42 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2007/08/09 13:03:21 joerg Exp $
+# $NetBSD: options.mk,v 1.7 2008/01/11 14:52:42 abs Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.elinks
 PKG_SUPPORTED_OPTIONS+=        bittorrent nntp spidermonkey finger gopher
@@ -50,7 +50,7 @@
 CONFIGURE_ARGS+=       --disable-sm-scripting
 .endif
 
-.if !empty (PKG_OPTIONS:Mssl)
+.if !empty(PKG_OPTIONS:Mssl)
 
 .include "../../security/openssl/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index