diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-16 16:49:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-16 16:49:17 +0000 |
commit | 7cbe341ae63754f2ad63dd52f20d9d1b9b312aa5 (patch) | |
tree | 892baa84cc0c67b08795b6576e985d83e5a8f6d1 /security | |
parent | 278e6c95a6bbd77f475d8bd167ba51814bb09fc0 (diff) | |
download | ports-7cbe341ae63754f2ad63dd52f20d9d1b9b312aa5.tar.gz ports-7cbe341ae63754f2ad63dd52f20d9d1b9b312aa5.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/qtkeychain/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/qtkeychain/Makefile b/security/qtkeychain/Makefile index 6eb517ec5b08..a4b722895c65 100644 --- a/security/qtkeychain/Makefile +++ b/security/qtkeychain/Makefile @@ -16,9 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING FLAVORS= qt5 qt4 FLAVOR?= ${FLAVORS:[1]} -qt4_DEPRECATED= Qt4 has been EOL since december 2015 -qt4_EXPIRATION_DATE= 2019-03-15 - USES= cmake localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= frankosterfeld @@ -26,6 +23,8 @@ USE_LDCONFIG= yes PLIST_SUB+= VERSION=${PORTVERSION} . if ${FLAVOR} == qt4 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE=2019-03-15 USES+= qt:4 CMAKE_ON= BUILD_WITH_QT4 USE_QT= corelib dbus linguisttools_build moc_build rcc_build qmake_build |