mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
46c18b875a
- 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]
7 lines
103 B
Makefile
7 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
SLAVE= qt5
|
|
MASTERDIR= ${.CURDIR}/../../audio/liblastfm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|