diff options
author | rene <rene@FreeBSD.org> | 2018-12-17 00:49:17 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-12-17 00:49:17 +0800 |
commit | 4909b0f811cf5ad505666da55a2655041c78e236 (patch) | |
tree | 892baa84cc0c67b08795b6576e985d83e5a8f6d1 /multimedia/phonon-vlc | |
parent | 0a0c9722087f1a9b6e1d4506eed21bd6d9b3bcb5 (diff) | |
download | freebsd-ports-gnome-4909b0f811cf5ad505666da55a2655041c78e236.tar.gz freebsd-ports-gnome-4909b0f811cf5ad505666da55a2655041c78e236.tar.zst freebsd-ports-gnome-4909b0f811cf5ad505666da55a2655041c78e236.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
Diffstat (limited to 'multimedia/phonon-vlc')
-rw-r--r-- | multimedia/phonon-vlc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/phonon-vlc/Makefile b/multimedia/phonon-vlc/Makefile index f11c2a2d41d6..c75a2f7a2fc1 100644 --- a/multimedia/phonon-vlc/Makefile +++ b/multimedia/phonon-vlc/Makefile @@ -21,12 +21,11 @@ FLAVOR?= ${FLAVORS:[1]} qt4_LIB_DEPENDS= libvlc.so:multimedia/vlc-qt4 qt5_LIB_DEPENDS= libvlc.so:multimedia/vlc3 -qt4_DEPRECATED= Qt4 has been EOL since december 2015 -qt4_EXPIRATION_DATE= 2019-03-15 - USES= cmake:outsource pkgconfig tar:xz . if ${FLAVOR} == qt4 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE=2019-03-15 USES+= kde:4 qt:4 USE_KDE= automoc4 USE_QT= corelib gui phonon \ |