diff options
Diffstat (limited to 'graphics/pngquant/Makefile')
-rw-r--r-- | graphics/pngquant/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index f8750ecf9572..9aa0ba73d032 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -14,6 +14,8 @@ COMMENT= Converts 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |