- Add audio/liblastfm-qt5 slave port which provides a Qt 5 interface [1] - Explicitly mark UrlBuilder::mobilize() as deprecated - Allow Qt4 and Qt5 versions to be installed concurrently - Make sure liblastfm creates the directories it uses instead of relying on client apps to do so PR: 226530 [1] Submitted by: Greg V <greg@unrelenting.technology> [1]
6 lines
103 B
Makefile
6 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
SLAVE= qt5
|
|
MASTERDIR= ${.CURDIR}/../../audio/liblastfm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|