aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-26 16:13:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-26 16:13:17 +0000
commitc50850b0970f17583be8b34039c7509363859b7d (patch)
tree1edfa3cca4ec66b67f7ff12448501072ff117cf2 /audio/amarok
parent0b6ae7632a8c5b6dc73db2af4d24937c4cf0eee3 (diff)
downloadports-c50850b0970f17583be8b34039c7509363859b7d.tar.gz
ports-c50850b0970f17583be8b34039c7509363859b7d.zip
- Chase libmtp shlib bump
Notes
Notes: svn path=/head/; revision=315312
Diffstat (limited to 'audio/amarok')
-rw-r--r--audio/amarok/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index f2d39ce698fd..6ade03ebcb38 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: amarok
-# Date created: Tue Feb 24 02:21:14 CET 2004
-# Whom: Markus Brueffer <markus@FreeBSD.org>
-#
+# Created by: Markus Brueffer <markus@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= amarok
PORTVERSION= 1.4.10
-PORTREVISION= 21
+PORTREVISION= 22
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
@@ -68,7 +64,7 @@ PLIST_SUB+= NJB="@comment "
.endif
.if ${PORT_OPTIONS:MMTP}
-LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp
+LIB_DEPENDS+= mtp:${PORTSDIR}/audio/libmtp
CONFIGURE_ARGS+=--with-libmtp
PLIST_SUB+= MTP=""
.else