diff --git a/graphics/zint/Makefile b/graphics/zint/Makefile index d8c83f45d5ea..4abbf6d56e7b 100644 --- a/graphics/zint/Makefile +++ b/graphics/zint/Makefile @@ -1,28 +1,28 @@ # Created by: Gvozdikov Veniamin PORTNAME= zint PORTVERSION= 2.10.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= danfe@FreeBSD.org COMMENT= Zint Barcode Generator LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= cmake compiler:c++11-lang qt:5 +USES= cmake compiler:c++11-lang cpe qt:5 USE_LDCONFIG= yes USE_QT= buildtools_build qmake_build uitools_build core gui \ widgets xml DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false post-patch: @${REINPLACE_CMD} -e '/^add_library/s,STATIC,SHARED,' \ ${WRKSRC}/backend_qt/CMakeLists.txt .include