pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gtexinfo Lose the conditional .include for gette...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec101640a00c
branches:  trunk
changeset: 415954:ec101640a00c
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Thu Oct 17 08:15:58 2019 +0000

description:
Lose the conditional .include for gettext-lib -- builtin.mk will take
care of it (thanks, wiz@).

diffstat:

 devel/gtexinfo/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r cf35c06b1e03 -r ec101640a00c devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Thu Oct 17 06:51:12 2019 +0000
+++ b/devel/gtexinfo/Makefile   Thu Oct 17 08:15:58 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.106 2019/10/16 21:17:08 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2019/10/17 08:15:58 hauke Exp $
 
 DISTNAME=              texinfo-6.7
 PKGNAME=               g${DISTNAME}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel sysutils
 MASTER_SITES=          ${MASTER_SITE_GNU:=texinfo/}
 
@@ -43,9 +43,7 @@
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
-.if ${OPSYS} == "FreeBSD"
 .include "../../devel/gettext-lib/buildlink3.mk"
-.endif
 .include "../../lang/perl5/buildlink3.mk"       # for EXTERN.h in XSParagraph
 .include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index