pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fvwm-themes turn ImageMagick/bl3 inclusion into a s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfb5bd239508
branches:  trunk
changeset: 397380:dfb5bd239508
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Aug 11 12:12:34 2009 +0000

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

diffstat:

 wm/fvwm-themes/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 1c90bcb1e740 -r dfb5bd239508 wm/fvwm-themes/Makefile
--- a/wm/fvwm-themes/Makefile   Tue Aug 11 11:55:28 2009 +0000
+++ b/wm/fvwm-themes/Makefile   Tue Aug 11 12:12:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/01/13 14:18:07 heinz Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/11 12:12:34 drochner Exp $
 #
 
 DISTNAME=      fvwm-themes-${THEM_VER}
@@ -30,5 +30,5 @@
        ${PREFIX}/bin/fvwm-themes-config --site --install \
                ${DISTDIR}/fvwm-themes-extra-${THEM_VER}.tar.bz2
 
-.include "../../graphics/ImageMagick/buildlink3.mk"
+DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index