Skip to content

Commit

Permalink
FreeBSD (11 here) does not provide <libintl.h>, so depend on gettext-…
Browse files Browse the repository at this point in the history
…lib.
  • Loading branch information
hauke committed Oct 9, 2019
1 parent 93a4c87 commit 9b17ae8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion devel/gtexinfo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.104 2019/10/08 14:30:09 ryoon Exp $
# $NetBSD: Makefile,v 1.105 2019/10/09 11:01:18 hauke Exp $

DISTNAME= texinfo-6.7
PKGREVISION= 1
PKGNAME= g${DISTNAME}
CATEGORIES= devel sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
Expand Down Expand Up @@ -39,6 +40,9 @@ 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"
Expand Down

0 comments on commit 9b17ae8

Please sign in to comment.