pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   hauke
Date:           Thu Oct 17 08:15:58 UTC 2019

Modified Files:
        pkgsrc/devel/gtexinfo: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/devel/gtexinfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.106 pkgsrc/devel/gtexinfo/Makefile:1.107
--- pkgsrc/devel/gtexinfo/Makefile:1.106        Wed Oct 16 21:17:08 2019
+++ pkgsrc/devel/gtexinfo/Makefile      Thu Oct 17 08:15:58 2019
@@ -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 @@ REPLACE_SH+=          util/texi2dvi
 .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