diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-25 23:14:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-25 23:14:39 +0800 |
commit | 0e5e6e4a245cbfd882b6ecf91e2c58df3e6d6867 (patch) | |
tree | 0cf32c32603bbaa257a8af6f0fdc1ca517c41d53 /audio/amarok-kde4 | |
parent | 59820c2d2520ff4a7349588113308be2710b69b2 (diff) | |
download | freebsd-ports-gnome-0e5e6e4a245cbfd882b6ecf91e2c58df3e6d6867.tar.gz freebsd-ports-gnome-0e5e6e4a245cbfd882b6ecf91e2c58df3e6d6867.tar.zst freebsd-ports-gnome-0e5e6e4a245cbfd882b6ecf91e2c58df3e6d6867.zip |
- Chase libmtp shlib bump
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index bfaa48a3f4f8..96297371de50 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -6,7 +6,7 @@ PORTNAME= amarok PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -66,7 +66,7 @@ PLIST_SUB+= LOUDMOUTH="@comment " .endif .if defined(WITH_MTP) -LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= mtp.9:${PORTSDIR}/audio/libmtp PLIST_SUB+= MTP="" .else CMAKE_ARGS+= -DWITH_Mtp:BOOL=Off |