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/zphoto | |
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/zphoto')
-rw-r--r-- | graphics/zphoto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index 118f33afbc6..659cb05eae2 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2017/11/23 17:19:58 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2018/01/14 14:58:41 rillig Exp $ # DISTNAME= zphoto-1.2 @@ -18,8 +18,8 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ -CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.libiconv:Q} -CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext-lib:Q} +CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.libiconv} +CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext-lib} .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |