diff options
author | drochner <drochner@pkgsrc.org> | 2009-08-11 12:12:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-08-11 12:12:34 +0000 |
commit | 6189b97fd3feebe59cbcb2ef8ad8da79ca36b63f (patch) | |
tree | 657424ed1c27629db26a7bc2c9dd5419dce0989a /wm | |
parent | dafa35ba03fc2005f9c421814aa8f6a61844da28 (diff) | |
download | pkgsrc-6189b97fd3feebe59cbcb2ef8ad8da79ca36b63f.tar.gz |
turn ImageMagick/bl3 inclusion into a simple DEPENDS, nothing
is compiled here
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm-themes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm-themes/Makefile b/wm/fvwm-themes/Makefile index 16318d34785..df76f21fe86 100644 --- a/wm/fvwm-themes/Makefile +++ b/wm/fvwm-themes/Makefile @@ -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 @@ post-install: ${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" |