aboutsummaryrefslogtreecommitdiff
path: root/multimedia/qmmp-qt5
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-03-25 09:59:04 +0000
committerRene Ladan <rene@FreeBSD.org>2017-03-25 09:59:04 +0000
commit2298668a55eefc2e3815d8dbc6c77ca27af4cf3e (patch)
tree358aaaea9a72d255254a376ecea26f30a5df57d0 /multimedia/qmmp-qt5
parenta058d793b111858cd767de8c8024eeff7dd0af2f (diff)
downloadports-2298668a55eefc2e3815d8dbc6c77ca27af4cf3e.tar.gz
ports-2298668a55eefc2e3815d8dbc6c77ca27af4cf3e.zip
multimedia/qmmp[-qt5]: remove expired optional dependency on multimedia/mplayer2
Notes
Notes: svn path=/head/; revision=436890
Diffstat (limited to 'multimedia/qmmp-qt5')
-rw-r--r--multimedia/qmmp-qt5/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile
index 78923ded8adc..6a22c792ef90 100644
--- a/multimedia/qmmp-qt5/Makefile
+++ b/multimedia/qmmp-qt5/Makefile
@@ -55,7 +55,7 @@ PLUGIN_NETWORKING_DESC= Features via the Net
OPTIONS_GROUP_PLUGIN_NETWORKING= COVER CURL LYRICS MMS SB SCROBBLER
MISC_DESC= Other features
-OPTIONS_GROUP_MISC= CONVERTER CUE ENCA MPLAYER1 MPLAYER2 MPRIS RGSCAN SID
+OPTIONS_GROUP_MISC= CONVERTER CUE ENCA MPLAYER1 MPRIS RGSCAN SID
OPTIONS_DEFAULT= ALSA ANALYZER BS2B CDDA CONVERTER COPYPASTE COVER \
CROSSFADE CUE CURL DIR_ASSOC ENCA FAAD FFMPEG FILEOPS FLAC \
@@ -129,11 +129,7 @@ ENCA_LIB_DEPENDS= libenca.so:converters/enca
ENCA_CMAKE_BOOL= USE_ENCA
MPLAYER1_DESC= mplayer-1.x (multimedia/mplayer)
-MPLAYER2_DESC= mplayer-2.x (multimedia/mplayer2)
MPLAYER1_RUN_DEPENDS= mplayer:multimedia/mplayer
-MPLAYER2_RUN_DEPENDS= mplayer:multimedia/mplayer2
-MPLAYER1_PREVENTS= MPLAYER2
-MPLAYER2_PREVENTS= MPLAYER1
PROJECTM_DESC= Support the projectM music visualiser
PROJECTM_LIB_DEPENDS= libprojectM.so.2:graphics/libprojectm
@@ -267,7 +263,7 @@ TWOPANELDIALOG_CMAKE_BOOL= USE_TWO_PANEL_DIALOG
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MMPLAYER1} || ${PORT_OPTIONS:MMPLAYER2}
+.if ${PORT_OPTIONS:MMPLAYER1}
CMAKE_ARGS+= -DUSE_MPLAYER:BOOL=TRUE
PLIST_SUB+= MPLAYER=""
.else