diff options
author | minskim <minskim@pkgsrc.org> | 2012-03-06 23:08:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-03-06 23:08:05 +0000 |
commit | cecdedb2f8136e7ac2d7bd639e15b458daa713db (patch) | |
tree | b2e9cc44c4b1a747306f0867c26392e687616ec1 /chat | |
parent | 5d2f4bdfd0ab95b1fbad14e274c8e02bd95ab083 (diff) | |
download | pkgsrc-cecdedb2f8136e7ac2d7bd639e15b458daa713db.tar.gz |
Reduce pidgin-latex's dependencies on TeX.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/pidgin-latex/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
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" |