diff options
author | drochner <drochner> | 2009-08-11 12:12:34 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-08-11 12:12:34 +0000 |
commit | 34bf0cd96915e7a103d796e0b593e28e6a152b32 (patch) | |
tree | 657424ed1c27629db26a7bc2c9dd5419dce0989a /wm | |
parent | a5742d7c8c27d7f25098dbf1a3cbd4a6c9e27d11 (diff) | |
download | pkgsrc-34bf0cd96915e7a103d796e0b593e28e6a152b32.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" |