Add stage support to audio/soundkonverter.
Also convert LIB_DEPENDS to the new format.
This commit is contained in:
parent
aef1f0f54e
commit
f445673be9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332755
1 changed files with 2 additions and 3 deletions
|
@ -12,11 +12,10 @@ COMMENT= Frontend to various audio converters (transcoder)
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \
|
||||
cdda_paranoia:${PORTSDIR}/audio/cdparanoia
|
||||
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \
|
||||
libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia
|
||||
|
||||
USES= cmake
|
||||
NO_STAGE= yes
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
USE_KDE4= automoc4 kdehier kdeprefix kdelibs libkcddb
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
Loading…
Reference in a new issue