aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qwt6
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-16 16:49:17 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-16 16:49:17 +0000
commit7cbe341ae63754f2ad63dd52f20d9d1b9b312aa5 (patch)
tree892baa84cc0c67b08795b6576e985d83e5a8f6d1 /x11-toolkits/qwt6
parent278e6c95a6bbd77f475d8bd167ba51814bb09fc0 (diff)
downloadports-7cbe341ae63754f2ad63dd52f20d9d1b9b312aa5.tar.gz
ports-7cbe341ae63754f2ad63dd52f20d9d1b9b312aa5.zip
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle for Tools/scripts/rmport. Discussed with: tcberner
Notes
Notes: svn path=/head/; revision=487601
Diffstat (limited to 'x11-toolkits/qwt6')
-rw-r--r--x11-toolkits/qwt6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile
index 0e5b7c54e33a..1ba111c4405e 100644
--- a/x11-toolkits/qwt6/Makefile
+++ b/x11-toolkits/qwt6/Makefile
@@ -12,8 +12,6 @@ COMMENT= Qt Widgets for Technical Applications
FLAVORS= qt5 qt4
FLAVOR?= ${FLAVORS:[1]}
-qt4_DEPRECATED= Qt4 has been EOL since december 2015
-qt4_EXPIRATION_DATE= 2019-03-15
USES= gl gmake qmake tar:bzip2
USE_GL= gl
@@ -27,6 +25,8 @@ PLIST_SUB= SHLIB_VER=${PORTVERSION} \
QMAKE_ARGS+= PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL}
.if ${FLAVOR} == qt4
+DEPRECATED= Qt4 has been EOL since december 2015
+EXPIRATION_DATE=2019-03-15
USES+= qt:4
USE_QT= corelib designer gui opengl svg xml moc_build rcc_build script
.else