aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer/Makefile
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-06-07 13:24:16 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-06-07 13:24:16 +0000
commit5f06c72a18eea77579dbf562fa295a3cefdec29f (patch)
treec23184ecac62e290f31d7090c6eeb184ab2df89e /multimedia/mplayer/Makefile
parent0cede931fdf1d2b1be8e7e0f8fdf9a3ea632e8a1 (diff)
downloadports-5f06c72a18eea77579dbf562fa295a3cefdec29f.tar.gz
ports-5f06c72a18eea77579dbf562fa295a3cefdec29f.zip
Notes
Diffstat (limited to 'multimedia/mplayer/Makefile')
-rw-r--r--multimedia/mplayer/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 236cfd6dfa89..f799e030931c 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= High performance media player supporting many formats
@@ -39,6 +39,8 @@ X11VM_DESC?= X11 VidMode support
SUB_FILES= pkg-message
+CONFLICTS= mplayer2-2.*
+
CONFFILES= example.conf input.conf menu.conf dvb-menu.conf
USES+= pkgconfig
@@ -116,10 +118,10 @@ pre-everything::
@${ECHO_MSG} "N - O - T - E"
@${ECHO_MSG} ""
@${ECHO_MSG} "There are some knobs which *can* *not* be selected via the"
- @${ECHO_MSG} "OPTIONS framework. At the moment, their defaults are:"
- @${ECHO_MSG} "WITH_KERN_HZ=1024"
- @${ECHO_MSG} "DEFAULT_DVD_DEVICE=/dev/cd0"
- @${ECHO_MSG} "DEFAULT_CDROM_DEVICE=/dev/cd0"
+ @${ECHO_MSG} "OPTIONS framework. At the moment, these settings are:"
+ @${ECHO_MSG} "WITH_KERN_HZ=${DEFAULT_KERN_HZ}"
+ @${ECHO_MSG} "DEFAULT_DVD_DEVICE=${DEFAULT_DVD_DEVICE}"
+ @${ECHO_MSG} "DEFAULT_CDROM_DEVICE=${DEFAULT_CDROM_DEVICE}"
.if ${PORT_OPTIONS:MGUI} && ${PORT_OPTIONS:MX11}
@${ECHO_MSG} "If you want to use the GUI, you can use the skins from"