diff options
author | markd <markd@pkgsrc.org> | 2019-04-10 11:49:43 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-04-10 11:49:43 +0000 |
commit | 6c240d25befae68c9dbd465545e8c38ca24a7e7b (patch) | |
tree | d26aed09c3f92c35489ebc60b5fdbc5677d27661 /textproc | |
parent | 58f4b912a0d3a7aaa77aabab2a5f92c5123dd5de (diff) | |
download | pkgsrc-6c240d25befae68c9dbd465545e8c38ca24a7e7b.tar.gz |
xindy: add dependencies
fix PR pkg/54110
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xindy/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/xindy/Makefile b/textproc/xindy/Makefile index f1612767577..7cfac9c6eff 100644 --- a/textproc/xindy/Makefile +++ b/textproc/xindy/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2019/03/07 18:02:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2019/04/10 11:49:43 markd Exp $ DISTNAME= texlive-20180414-source PKGNAME= xindy-2.5.1 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ EXTRACT_SUFX= .tar.xz @@ -34,6 +35,9 @@ post-install: ${MAKE_PROGRAM} install-exec-hook rm -rf ${DESTDIR}${PREFIX}/${PKGMANDIR} +.include "../../devel/libffcall/buildlink3.mk" +.include "../../devel/libsigsegv/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" BUILDLINK_DEPMETHOD.clisp= build .include "../../lang/clisp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |