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 | 2f97717bdbf803fbb33c20db682f140f2ff0bfa6 (patch) | |
tree | f1a7084386256d1f181a787d53c0639fc9d2d317 /chat/telepathy-logger | |
parent | 65a21db0887988ab6a8423979721752ccaf7e634 (diff) | |
download | pkgsrc-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 'chat/telepathy-logger')
-rw-r--r-- | chat/telepathy-logger/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile index ff916523e6f..337e7dbe512 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/11/23 19:30:08 marino Exp $ +# $NetBSD: Makefile,v 1.9 2012/01/14 07:44:33 obache Exp $ # DISTNAME= telepathy-logger-0.2.7 @@ -16,13 +16,11 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake intltool msgfmt +USE_TOOLS+= pkg-config gmake gsed intltool msgfmt PKGCONFIG_OVERRIDE+= extensions/tpl-extensions.pc.in PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in -BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed - DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .include "../../devel/gettext-lib/buildlink3.mk" |