diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-09 22:46:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-09 22:46:22 +0000 |
commit | 5f1ce9ee4fe5dc20687f1ded5fde2a43123e0bc2 (patch) | |
tree | 790cb502a5aff33661c526dfe45106331638c2c0 /audio | |
parent | d9592b194ded59eca630eaf0909709871e968c97 (diff) | |
download | freebsd-ports-5f1ce9ee4fe5dc20687f1ded5fde2a43123e0bc2.zip |
Add more information to stub error messages.
Remove BROKEN lines where IGNORE has already been set.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-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 4bdb02acbd6e..fce49f774047 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -12,6 +12,8 @@ COMMENT= Mp3 bitrate plot tool LICENSE= GPLv2 +BROKEN_powerpc64= fails to configure: C++ compiler cannot create executables + LIB_DEPENDS= libboost_thread.so:devel/boost-libs OPTIONS_DEFINE= GD IMAGEMAGICK @@ -30,8 +32,6 @@ GD_LIB_DEPENDS= libgd.so:graphics/gd IMAGEMAGICK_CONFIGURE_ENABLE= magick IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:graphics/ImageMagick -BROKEN_powerpc64= Does not build on powerpc64 - post-patch: @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure |