diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-03-10 09:53:36 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-03-10 09:53:36 +0000 |
commit | 875e2aefe4321e53a766f1d42ba37452d73fd6da (patch) | |
tree | dc865ce9c2234df0012e1bf5f41637b4943f95f3 /audio | |
parent | 38834ee3f8fe5a7af59eb64d7cf70acb2dbbe91c (diff) | |
download | ports-875e2aefe4321e53a766f1d42ba37452d73fd6da.tar.gz ports-875e2aefe4321e53a766f1d42ba37452d73fd6da.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index b2839791beba..10f035507aec 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -73,7 +73,7 @@ PLIST_SUB+= LIRC="@comment " .endif .if ${PORT_OPTIONS:MMTP} -LIB_DEPENDS+= libmtp.so:${PORTSDIR}/audio/libmtp +LIB_DEPENDS+= libmtp.so:${PORTSDIR}/multimedia/libmtp PLIST_SUB+= MTP="" CONFIGURE_ARGS+= --with-mtp .else |