From cecdedb2f8136e7ac2d7bd639e15b458daa713db Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 6 Mar 2012 23:08:05 +0000 Subject: Reduce pidgin-latex's dependencies on TeX. --- chat/pidgin-latex/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'chat/pidgin-latex') diff --git a/chat/pidgin-latex/Makefile b/chat/pidgin-latex/Makefile index 3cc0da2aa78..81b9ce22102 100644 --- a/chat/pidgin-latex/Makefile +++ b/chat/pidgin-latex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2012/03/06 17:38:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2012/03/06 23:08:05 minskim Exp $ VERSION= 1.2.1 -PKGREVISION= 15 +PKGREVISION= 16 DISTNAME= pidgin-latex-${VERSION} EXTRACT_SUFX= .tar.bz2 CATEGORIES= chat print @@ -12,6 +12,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/pidgin-latex/ COMMENT= Plugin for pidgin to render LaTeX as images +DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk +DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts +DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake @@ -35,7 +41,6 @@ BUILDLINK_TRANSFORM+= rm:-Wl,--export-dynamic .include "../../chat/pidgin/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../mk/tex.buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3