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 /editors/notecase | |
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 'editors/notecase')
-rw-r--r-- | editors/notecase/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile index c8ac40a4c23..e0911356c00 100644 --- a/editors/notecase/Makefile +++ b/editors/notecase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/01/14 03:40:12 hans Exp $ +# $NetBSD: Makefile,v 1.20 2012/01/14 07:44:33 obache Exp $ # DISTNAME= notecase-1.8.8_src @@ -17,11 +17,6 @@ WRKSRC= ${WRKDIR}/notecase-1.8.8 USE_LANGUAGES= c c++ USE_TOOLS+= gmake msgfmt pkg-config gsed -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "NetBSD" -TOOLS_PLATFORM.gsed= #empty, override nonsense in tools -.endif - INSTALLATION_DIRS= share/doc/notecase share/locale/fr_CA/LC_MESSAGES \ share/locale/no/LC_MESSAGES |