summaryrefslogtreecommitdiff
path: root/chat/unrealircd/options.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /chat/unrealircd/options.mk
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'chat/unrealircd/options.mk')
-rw-r--r--chat/unrealircd/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/unrealircd/options.mk b/chat/unrealircd/options.mk
index 4d4f63c3995..6a660d4dfee 100644
--- a/chat/unrealircd/options.mk
+++ b/chat/unrealircd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2005/12/03 04:00:18 adrianp Exp $
+# $NetBSD: options.mk,v 1.7 2005/12/05 23:55:03 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.unrealircd
@@ -30,7 +30,7 @@ CONFIGURE_ENV+= ac_cv_ip6=no
###
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-ssl=${SSLBASE}
+CONFIGURE_ARGS+= --enable-ssl=${SSLBASE:Q}
.endif
###
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --enable-ziplinks
### Compile in support for remote include files.
###
.if !empty(PKG_OPTIONS:Munrealircd-remoteinc)
-CONFIGURE_ARGS+= --enable-libcurl=${PREFIX}
+CONFIGURE_ARGS+= --enable-libcurl=${PREFIX:Q}
. include "../../www/curl/buildlink3.mk"
. include "../../net/libcares/buildlink3.mk"
.endif