pkgsrc-WIP-changes archive

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

Add more dependencies for building the manual, untested.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Mon Jul 30 12:03:09 2018 +0200
Changeset:	8ab744b15e457d3c2de40287f9041c4296315179

Modified Files:
	epix/Makefile

Log Message:
Add more dependencies for building the manual, untested.

Noticed, as so often, by wiz@.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8ab744b15e457d3c2de40287f9041c4296315179

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

diffstat:
 epix/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diffs:
diff --git a/epix/Makefile b/epix/Makefile
index bae6f98d10..d37ec9cd6d 100644
--- a/epix/Makefile
+++ b/epix/Makefile
@@ -14,6 +14,12 @@ USE_LANGUAGES=		c c++
 USE_TOOLS=      	gmake
 INFO_FILES=     	yes
 
+BUILD_DEPENDS+=		tex-latex-[0-9]*:../../print/tex-latex
 BUILD_DEPENDS+=		tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+BUILD_DEPENDS+=		tex-amsmath-[0-9]*:../../print/tex-amsmath
+BUILD_DEPENDS+=		tex-eepic-[0-9]*:../../graphics/tex-eepic
+BUILD_DEPENDS+=		tex-pstricks-[0-9]*:../../graphics/tex-pstricks
+BUILD_DEPENDS+=		tex-xcolor-[0-9]*:../../print/tex-xcolor
+BUILD_DEPENDS+=		tex-comment-[0-9]*:../../graphics/tex-comment
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index