diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-07 09:55:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-07 09:55:22 +0000 |
commit | 6b1c2ea085bf1951e41257ab201fd078b375e85b (patch) | |
tree | 3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /audio | |
parent | 8f243da5eca39740bb1b2c4703ae92ce6d1b3104 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3plot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 2ce75b8cab68..0fc774178d0f 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -28,7 +28,7 @@ PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz GD_CONFIGURE_ENABLE= gd GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd IMAGEMAGICK_CONFIGURE_ENABLE= magick -IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick post-patch: @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure |