Skip to content

Commit

Permalink
Mk/Uses/mlt.mk: Clean up after mlt6 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Jul 30, 2023
1 parent beb96db commit 22f0ca1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Mk/Uses/mlt.mk
Expand Up @@ -4,8 +4,7 @@
# Usage: USES=mlt:ARGS
# Valid ARGS: <version>,nodepend
#
# version The chooseable versions are 6 and 7.
# USES=mlt:6 # Use mlt 6.x
# version The only currently supported version is 7.
# USES=mlt:7 # Use mlt 7.x
# nodepend If nodepend is set, no LIB_DEPENDS line
# will be generated (useful for the mlt-ports)
Expand All @@ -16,7 +15,7 @@
.if ! defined(_INCLUDE_USES_MLT_MK)
_INCLUDE_USES_MLT_MK= YES

_MLT_SUPPORTED= 6 7
_MLT_SUPPORTED= 7

_mlt_version= #
. for _ver in ${_MLT_SUPPORTED:O:u}
Expand All @@ -38,12 +37,8 @@ _MLT_NODEPEND= yes
. endif

# Library dependencies
_MLT6_VERSION= 6.26.1
_MLT7_VERSION= 7.16.0
_MLT6_PORTNAME= mlt6
_MLT7_PORTNAME= mlt7
_MLT6_LIB= libmlt.so
_MLT6_MELT= ${LOCALBASE}/bin/melt
_MLT7_LIB= libmlt-7.so
_MLT7_MELT= ${LOCALBASE}/bin/melt-7

Expand Down

0 comments on commit 22f0ca1

Please sign in to comment.