summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordrochner <drochner>2009-08-11 12:17:20 +0000
committerdrochner <drochner>2009-08-11 12:17:20 +0000
commite4a808aa4ae0bb249bd4692cf199a8c98ff6d1a6 (patch)
treeb3c95f98fe350d5bfeb1330a3b254fc0f81e9f66 /chat
parent34bf0cd96915e7a103d796e0b593e28e6a152b32 (diff)
downloadpkgsrc-e4a808aa4ae0bb249bd4692cf199a8c98ff6d1a6.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/Makefile5
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"