summaryrefslogtreecommitdiff
path: root/chat/pidgin-latex
diff options
context:
space:
mode:
authorminskim <minskim>2012-03-06 23:08:05 +0000
committerminskim <minskim>2012-03-06 23:08:05 +0000
commit8c2076a741a6cf9559303d9b1b73c82d0c9db57e (patch)
treeb2e9cc44c4b1a747306f0867c26392e687616ec1 /chat/pidgin-latex
parent4b11d53493dca8474db059aa3296fd19dcea3566 (diff)
downloadpkgsrc-8c2076a741a6cf9559303d9b1b73c82d0c9db57e.tar.gz
Reduce pidgin-latex's dependencies on TeX.
Diffstat (limited to 'chat/pidgin-latex')
-rw-r--r--chat/pidgin-latex/Makefile11
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"