diff options
author | drochner <drochner@pkgsrc.org> | 2009-08-11 12:17:20 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-08-11 12:17:20 +0000 |
commit | 98cad393cafb6ee4e00b36fda8b96cb5198eee2b (patch) | |
tree | b3c95f98fe350d5bfeb1330a3b254fc0f81e9f66 /chat | |
parent | 6189b97fd3feebe59cbcb2ef8ad8da79ca36b63f (diff) | |
download | pkgsrc-98cad393cafb6ee4e00b36fda8b96cb5198eee2b.tar.gz |
turn ImageMagick/bl3 inclusion into a simple DEPENDS, nothing
compiles against its libraries
Diffstat (limited to 'chat')
-rw-r--r-- | chat/pidgin-latex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/pidgin-latex/Makefile b/chat/pidgin-latex/Makefile index 690dce7b6e5..9c1d50046d4 100644 --- a/chat/pidgin-latex/Makefile +++ b/chat/pidgin-latex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/08/19 18:18:11 bjs Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/11 12:17:20 drochner Exp $ VERSION= 1.2.1 PKGREVISION= 2 @@ -22,9 +22,10 @@ INSTALLATION_DIRS= share/doc/pidgin-latex post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-latex/ +DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick + .include "../../chat/pidgin/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../graphics/ImageMagick/buildlink3.mk" .include "../../mk/tex.buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |