pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xindy



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Apr 10 11:49:43 UTC 2019

Modified Files:
        pkgsrc/textproc/xindy: Makefile

Log Message:
xindy: add dependencies
fix PR pkg/54110


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/xindy/Makefile

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

Modified files:

Index: pkgsrc/textproc/xindy/Makefile
diff -u pkgsrc/textproc/xindy/Makefile:1.2 pkgsrc/textproc/xindy/Makefile:1.3
--- pkgsrc/textproc/xindy/Makefile:1.2  Thu Mar  7 18:02:16 2019
+++ pkgsrc/textproc/xindy/Makefile      Wed Apr 10 11:49:43 2019
@@ -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"



Home | Main Index | Thread Index | Old Index