summaryrefslogtreecommitdiff
path: root/graphics/eog-plugins
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-14 07:44:33 +0000
committerobache <obache@pkgsrc.org>2012-01-14 07:44:33 +0000
commit8cb4e3ec6c6ed4dd35e25b61013f80f182e40f1e (patch)
treef1a7084386256d1f181a787d53c0639fc9d2d317 /graphics/eog-plugins
parentf792b89a5c3e7a22c5473f02eef46c0643a97f72 (diff)
downloadpkgsrc-8cb4e3ec6c6ed4dd35e25b61013f80f182e40f1e.tar.gz
gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible. * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and real GNU sed is required. * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD. * convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
Diffstat (limited to 'graphics/eog-plugins')
-rw-r--r--graphics/eog-plugins/Makefile.common7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/eog-plugins/Makefile.common b/graphics/eog-plugins/Makefile.common
index 4d606e6873d..2310e87ebbe 100644
--- a/graphics/eog-plugins/Makefile.common
+++ b/graphics/eog-plugins/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2012/01/14 03:24:15 hans Exp $
+# $NetBSD: Makefile.common,v 1.7 2012/01/14 07:44:34 obache Exp $
#
# used by graphics/eog-plugins/Makefile
# used by graphics/eog-plugins-map/Makefile
@@ -18,10 +18,5 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/eog-plugins/distinfo
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
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD"
-TOOLS_PLATFORM.gsed=
-.endif
.include "../../graphics/eog/buildlink3.mk"