diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 03:36:42 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 03:36:42 +0000 |
commit | f792b89a5c3e7a22c5473f02eef46c0643a97f72 (patch) | |
tree | a12d5bb6790ac8eafb526b0f8343eba1346dee3d /editors | |
parent | 5720f1066f2f33b2cb422bcf5e2e68d970251556 (diff) | |
download | pkgsrc-f792b89a5c3e7a22c5473f02eef46c0643a97f72.tar.gz |
Force real gsed only on NetBSD.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/notecase/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile index fbc8eb03990..c8ac40a4c23 100644 --- a/editors/notecase/Makefile +++ b/editors/notecase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2011/11/01 06:01:07 sbd Exp $ +# $NetBSD: Makefile,v 1.19 2012/01/14 03:40:12 hans Exp $ # DISTNAME= notecase-1.8.8_src @@ -16,7 +16,11 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 |