Move it to "base-clang ports-gcc" and bump REVISION accordingly. This unbreaks Qt5-related binaries runtime on macppc. OK sthen@
18 lines
383 B
Makefile
18 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/03/08 20:00:47 cwen Exp $
|
|
|
|
QT5NAME = QtImageFormats
|
|
COMMENT = support for additional image formats in Qt5
|
|
REVISION = 0
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui jasper m mng tiff
|
|
WANTLIB += webp webpdemux
|
|
|
|
LIB_DEPENDS = graphics/jasper \
|
|
graphics/tiff \
|
|
graphics/libmng \
|
|
graphics/libwebp
|
|
|
|
FLAVORS = debug
|
|
|
|
.include <bsd.port.mk>
|