pkgsrc-WIP-changes archive

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

epix: Fix path to tex-comment.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Aug 15 07:53:24 2018 +0200
Changeset:	c0293b873855667c445d9042003d273057eab829

Modified Files:
	epix/Makefile

Log Message:
epix: Fix path to tex-comment.

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

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

diffstat:
 epix/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/epix/Makefile b/epix/Makefile
index d37ec9cd6d..a24c85d2a8 100644
--- a/epix/Makefile
+++ b/epix/Makefile
@@ -20,6 +20,6 @@ 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
+BUILD_DEPENDS+=		tex-comment-[0-9]*:../../print/tex-comment
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index