pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/x11rec turn ImageMagick/bl3 inclusion into a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17a12c814016
branches:  trunk
changeset: 397403:17a12c814016
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Aug 11 15:40:18 2009 +0000

description:
turn ImageMagick/bl3 inclusion into a simple DEPENDS, nothing
is compiled here

diffstat:

 graphics/x11rec/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 206f8d3f2692 -r 17a12c814016 graphics/x11rec/Makefile
--- a/graphics/x11rec/Makefile  Tue Aug 11 15:26:22 2009 +0000
+++ b/graphics/x11rec/Makefile  Tue Aug 11 15:40:18 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/07/10 09:18:44 obache Exp $
+# $NetBSD: Makefile,v 1.16 2009/08/11 15:40:18 drochner Exp $
 #
 
 DISTNAME=      x11rec-0.3
@@ -14,6 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      gifsicle-[0-9]*:../../graphics/gifsicle
+DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
 
 NO_BUILD=      yes
 REPLACE_RUBY=  x11rec
@@ -27,7 +28,6 @@
        ${INSTALL_DATA} ${WRKSRC}/x11rec-ja.html \
                ${DESTDIR}${PREFIX}/share/doc/x11rec/index.html.ja
 
-.include "../../graphics/ImageMagick/buildlink3.mk"
 .include "../../lang/ruby/modules.mk"
 
 SUBST_CLASSES+=                toolpath



Home | Main Index | Thread Index | Old Index