summaryrefslogtreecommitdiff
path: root/print/evince
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
commit2f97717bdbf803fbb33c20db682f140f2ff0bfa6 (patch)
treef1a7084386256d1f181a787d53c0639fc9d2d317 /print/evince
parent65a21db0887988ab6a8423979721752ccaf7e634 (diff)
downloadpkgsrc-2f97717bdbf803fbb33c20db682f140f2ff0bfa6.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 'print/evince')
-rw-r--r--print/evince/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/evince/Makefile b/print/evince/Makefile
index 8adb4074c57..c990caa54c5 100644
--- a/print/evince/Makefile
+++ b/print/evince/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2011/11/01 06:02:24 sbd Exp $
+# $NetBSD: Makefile,v 1.75 2012/01/14 07:44:34 obache Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --enable-comics
CONFIGURE_ARGS+= --disable-nautilus
GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas
-BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed
+USE_TOOLS+= gsed
.include "../../devel/GConf/schemas.mk"
.include "../../devel/glib2/schemas.mk"