summaryrefslogtreecommitdiff
path: root/graphics/cqcam
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-14 14:58:38 +0000
committerrillig <rillig@pkgsrc.org>2018-01-14 14:58:38 +0000
commit171814c55ce3e50eadd450135290e53b33af64f3 (patch)
treefa8a27d9c86feb6d31d67b95540e4b35b06cdafe /graphics/cqcam
parent86a59b3186136dd9479eb8547b41ae2469c87314 (diff)
downloadpkgsrc-171814c55ce3e50eadd450135290e53b33af64f3.tar.gz
graphics/*: remove redundant :Q modifiers
pkgsrc doesn't support PREFIX with spaces or other special characters. Therefore it is not necessary to add the :Q modifier to this variable and several others.
Diffstat (limited to 'graphics/cqcam')
-rw-r--r--graphics/cqcam/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
index 62ba5fa4c98..1011e448e3b 100644
--- a/graphics/cqcam/Makefile
+++ b/graphics/cqcam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/02/25 13:37:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.44 2018/01/14 14:58:38 rillig Exp $
#
DISTNAME= cqcam-0.91
@@ -26,8 +26,8 @@ CONFIGURE_ARGS+= --without-xview
USE_LANGUAGES= c c++
CONFIGURE_ENV+= TCLCONFIG_SH=${TCLCONFIG_SH:Q}
-CONFIGURE_ARGS+= --x-includes=${X11BASE:Q}/include
-CONFIGURE_ARGS+= --x-libraries=${X11BASE:Q}/lib
+CONFIGURE_ARGS+= --x-includes=${X11BASE}/include
+CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib
BUILDLINK_DEPMETHOD.libXt?= build