diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-01-18 21:12:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-01-18 21:12:42 +0000 |
commit | bb89f80c35b37a67d67d5353a5d6cb7c77070b98 (patch) | |
tree | 9382515fd441e0336df236e464a9bd7532cccaac /audio/mp3plot | |
parent | 743a2d9f8d26f0bf7aecb4931e8f02cb732f47b6 (diff) | |
download | ports-bb89f80c35b37a67d67d5353a5d6cb7c77070b98.tar.gz ports-bb89f80c35b37a67d67d5353a5d6cb7c77070b98.zip |
Notes
Diffstat (limited to 'audio/mp3plot')
-rw-r--r-- | audio/mp3plot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 0fc774178d0f..6eed42fe3b6e 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ @@ -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.Q16.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick post-patch: @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure |