diff options
author | hans <hans> | 2012-01-14 03:24:15 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-14 03:24:15 +0000 |
commit | e6599d77e1b5b7f92ae8abe270088be6f56883ed (patch) | |
tree | b801b105a6c4dbb96f5f3db083c792cbce841fbc /graphics | |
parent | 40ca360517a7c74b556ef6cc730aec099e927cff (diff) | |
download | pkgsrc-e6599d77e1b5b7f92ae8abe270088be6f56883ed.tar.gz |
Force gsed only on NetBSD.
Diffstat (limited to 'graphics')
-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" |