Index: head/devel/grantlee/Makefile =================================================================== --- head/devel/grantlee/Makefile (revision 421942) +++ head/devel/grantlee/Makefile (revision 421943) @@ -1,22 +1,24 @@ # Created by: Dima Panov # $FreeBSD$ PORTNAME= grantlee DISTVERSION= ${GRANTLEE_VERSION} PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://downloads.${PORTNAME}.org/ \ http://www.loegria.net/${PORTNAME}/ MAINTAINER= kde@FreeBSD.org COMMENT= String template engine for Qt 4 LICENSE= LGPL21 +PORTSCOUT= limit:^0\. + USE_QT4= corelib gui qtestlib_build script \ qmake_build moc_build rcc_build uic_build USES= cmake:outsource grantlee:4,selfbuild CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE USE_LDCONFIG= yes .include Index: head/devel/grantlee5/Makefile =================================================================== --- head/devel/grantlee5/Makefile (revision 421942) +++ head/devel/grantlee5/Makefile (revision 421943) @@ -1,20 +1,22 @@ # Created by: Tobias C. Berner # $FreeBSD$ PORTNAME= grantlee PORTVERSION= ${GRANTLEE_VERSION} CATEGORIES= devel MASTER_SITES= http://downloads.${PORTNAME}.org/ PKGNAMESUFFIX= 5 MAINTAINER= kde@FreeBSD.org COMMENT= String template engine for Qt 5 LICENSE= LGPL21 +PORTSCOUT= limit:^5\. + USE_QT5= buildtools_build core gui qmake_build script USES= cmake:outsource compiler:c++11-lib grantlee:5,selfbuild CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE USE_LDCONFIG= yes .include