diff options
author | drochner <drochner@pkgsrc.org> | 2009-08-11 12:31:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-08-11 12:31:29 +0000 |
commit | fba7b09b846f197c52e08a77349ddb43d65ba903 (patch) | |
tree | a780fcbd4542a225a95cafc95f94638c3dee13cd /devel/libextractor | |
parent | 98cad393cafb6ee4e00b36fda8b96cb5198eee2b (diff) | |
download | pkgsrc-fba7b09b846f197c52e08a77349ddb43d65ba903.tar.gz |
turn ImageMagick/bl3 inclusion into a simple DEPENDS, nothing
compiles against its libraries
Diffstat (limited to 'devel/libextractor')
-rw-r--r-- | devel/libextractor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libextractor/Makefile b/devel/libextractor/Makefile index f8233836987..e02f9cb5928 100644 --- a/devel/libextractor/Makefile +++ b/devel/libextractor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2009/03/02 15:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2009/08/11 12:31:29 drochner Exp $ DISTNAME= libextractor-0.5.20c PKGREVISION= 1 @@ -25,13 +25,14 @@ CONFLICTS= csound-{bath,dev}-* # bin/extract # This package requires dlopen, so save on space by skipping non-PIC libs SHLIBTOOL_OVERRIDE= # empty +DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick + .include "../../audio/libvorbis/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libgsf/buildlink3.mk" .include "../../devel/libltdl/convenience.mk" .include "../../devel/zlib/buildlink3.mk" -.include "../../graphics/ImageMagick/buildlink3.mk" .include "../../multimedia/libmpeg2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" |