diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 03:24:15 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 03:24:15 +0000 |
commit | 0f6f33e89df5a9a4870408487d89da65337ef394 (patch) | |
tree | b801b105a6c4dbb96f5f3db083c792cbce841fbc /graphics/eog-plugins | |
parent | 7c4fa22a365ed45c1256ebf51410012e82b08fa2 (diff) | |
download | pkgsrc-0f6f33e89df5a9a4870408487d89da65337ef394.tar.gz |
Force gsed only on NetBSD.
Diffstat (limited to 'graphics/eog-plugins')
-rw-r--r-- | graphics/eog-plugins/Makefile.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/eog-plugins/Makefile.common b/graphics/eog-plugins/Makefile.common index 93c4bc531ea..4d606e6873d 100644 --- a/graphics/eog-plugins/Makefile.common +++ b/graphics/eog-plugins/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2011/12/12 07:12:52 marino Exp $ +# $NetBSD: Makefile.common,v 1.6 2012/01/14 03:24:15 hans Exp $ # # used by graphics/eog-plugins/Makefile # used by graphics/eog-plugins-map/Makefile @@ -19,6 +19,9 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= intltool pkg-config gmake gsed msgfmt # XXX pkgsrc tries to trick us into using NetBSD's sed -_TOOLS_USE_PKGSRC.gsed=yes +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "NetBSD" +TOOLS_PLATFORM.gsed= +.endif .include "../../graphics/eog/buildlink3.mk" |