diff options
author | dbn <dbn@FreeBSD.org> | 2013-11-05 02:41:08 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-11-05 02:41:08 +0800 |
commit | 1091a062001106a94c8755703ba4311bcfcb1559 (patch) | |
tree | 590947f48a89bc8f74ea7678954736609fb30b47 /audio | |
parent | 11aaec176c5bc5f29c46f2423c8a5d0bb0dc1968 (diff) | |
download | freebsd-ports-gnome-1091a062001106a94c8755703ba4311bcfcb1559.tar.gz freebsd-ports-gnome-1091a062001106a94c8755703ba4311bcfcb1559.tar.zst freebsd-ports-gnome-1091a062001106a94c8755703ba4311bcfcb1559.zip |
Add stage support to audio/soundkonverter.
Also convert LIB_DEPENDS to the new format.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundkonverter/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/soundkonverter/Makefile b/audio/soundkonverter/Makefile index 96b895b6bb65..c5f6fafe0262 100644 --- a/audio/soundkonverter/Makefile +++ b/audio/soundkonverter/Makefile @@ -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 |