The GIF handler is part of qt{4,5}-imageformats, not qt{4,5}-gui. Big pointy hat to me. I've chosen not to force users to rebuild the -gui ports yet again with a PORTREVISION bump since the code built in those ports is the same regardless of whether the patch is applied or not. Submitted by: RyoTa SimaMoto <liangtai.s16@gmail.com> MFH: 2014Q3 Security: 904d78b8-0f7e-11e4-8b71-5453ed2e2b49
19 lines
386 B
Makefile
19 lines
386 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= imageformats
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt plugins for additional image formats
|
|
|
|
LIB_DEPENDS= libmng.so:${PORTSDIR}/graphics/libmng \
|
|
libtiff.so:${PORTSDIR}/graphics/tiff
|
|
|
|
USE_QT5= core gui buildtools_build
|
|
QT_DIST= ${PORTNAME}
|
|
USES= qmake
|
|
|
|
.include <bsd.port.mk>
|