aboutsummaryrefslogtreecommitdiff
path: root/audio/liblastfm-qt5
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-04-17 23:27:21 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-04-17 23:27:21 +0000
commit46c18b875a3191494ea55b33d2c4719e977040ec (patch)
tree30427bd5747da5c638a96582b32d3d5228e8987d /audio/liblastfm-qt5
parent37524162a7fdd61ccda7046274fe7dc72f3ac794 (diff)
downloadports-46c18b875a3191494ea55b33d2c4719e977040ec.tar.gz
ports-46c18b875a3191494ea55b33d2c4719e977040ec.zip
- Update audio/liblastfm to 1.0.9-5-g4433165 [1]
- 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]
Notes
Notes: svn path=/head/; revision=467663
Diffstat (limited to 'audio/liblastfm-qt5')
-rw-r--r--audio/liblastfm-qt5/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/liblastfm-qt5/Makefile b/audio/liblastfm-qt5/Makefile
new file mode 100644
index 000000000000..5127282c433c
--- /dev/null
+++ b/audio/liblastfm-qt5/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+SLAVE= qt5
+MASTERDIR= ${.CURDIR}/../../audio/liblastfm
+
+.include "${MASTERDIR}/Makefile"