diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-14 14:58:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-14 14:58:38 +0000 |
commit | 171814c55ce3e50eadd450135290e53b33af64f3 (patch) | |
tree | fa8a27d9c86feb6d31d67b95540e4b35b06cdafe /graphics/cqcam | |
parent | 86a59b3186136dd9479eb8547b41ae2469c87314 (diff) | |
download | pkgsrc-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/Makefile | 6 |
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 |