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 | 9a9c793f39c943857ec5d1127ae6a9c047edb9c5 (patch) | |
tree | 657424ed1c27629db26a7bc2c9dd5419dce0989a /wm/fvwm-themes/Makefile | |
parent | 1217659b4d102588dadafdf1515eb679930c77cd (diff) | |
download | pkgsrc-9a9c793f39c943857ec5d1127ae6a9c047edb9c5.tar.gz |
turn ImageMagick/bl3 inclusion into a simple DEPENDS, nothing
is compiled here
Diffstat (limited to 'wm/fvwm-themes/Makefile')
-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" |