summaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /net/rdesktop
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'net/rdesktop')
-rw-r--r--net/rdesktop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index ff074f6f35c..5dd9edd292f 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/06/01 18:03:08 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/12/05 23:55:15 rillig Exp $
#
DISTNAME= rdesktop-1.4.1
@@ -10,8 +10,8 @@ HOMEPAGE= http://www.rdesktop.org/
COMMENT= Open-source Remote Desktop Protocol client
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-x=${X11BASE}
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-x=${X11BASE:Q}
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
LDFLAGS+= ${LIBOSSAUDIO}