diff options
author | obache <obache@pkgsrc.org> | 2012-01-14 07:44:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-14 07:44:33 +0000 |
commit | 8cb4e3ec6c6ed4dd35e25b61013f80f182e40f1e (patch) | |
tree | f1a7084386256d1f181a787d53c0639fc9d2d317 /sysutils/nautilus-sendto | |
parent | f792b89a5c3e7a22c5473f02eef46c0643a97f72 (diff) | |
download | pkgsrc-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 'sysutils/nautilus-sendto')
-rw-r--r-- | sysutils/nautilus-sendto/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/nautilus-sendto/Makefile b/sysutils/nautilus-sendto/Makefile index 51da0757d10..f3ac3f20d06 100644 --- a/sysutils/nautilus-sendto/Makefile +++ b/sysutils/nautilus-sendto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/11/01 06:02:35 sbd Exp $ +# $NetBSD: Makefile,v 1.22 2012/01/14 07:44:35 obache Exp $ # DISTNAME= nautilus-sendto-2.32.0 @@ -15,13 +15,11 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= gmake gsed intltool msgfmt pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-plugins="evolution nautilus-burn pidgin removable-devices" -BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed - #XXX: needs libempathy-gtk >= 2.25.2 #.include "../../chat/empathy/buildlink3.mk" # XXX: not in pkgsrc proper yet |