summaryrefslogtreecommitdiff
path: root/www/elinks
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-01-11 14:52:42 +0000
committerabs <abs@pkgsrc.org>2008-01-11 14:52:42 +0000
commit326116e64f0f55d5408b564fc5686cb85f16612b (patch)
treee887ea9338a598c1dd34546a213388b7182182bc /www/elinks
parent659fc5710a852c2f08ca6ced18986cb493635654 (diff)
downloadpkgsrc-326116e64f0f55d5408b564fc5686cb85f16612b.tar.gz
replace "empty (foo)" with "empty(foo)"
Diffstat (limited to 'www/elinks')
-rw-r--r--www/elinks/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/elinks/options.mk b/www/elinks/options.mk
index bcf62abaf15..059e9622602 100644
--- a/www/elinks/options.mk
+++ b/www/elinks/options.mk
@@ -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+= --without-spidermonkey
CONFIGURE_ARGS+= --disable-sm-scripting
.endif
-.if !empty (PKG_OPTIONS:Mssl)
+.if !empty(PKG_OPTIONS:Mssl)
.include "../../security/openssl/buildlink3.mk"