diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-09 19:40:40 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-09 19:40:40 +0000 |
commit | 257835028d21e6bab366bc400059e0e6989ff8eb (patch) | |
tree | a02a1672a5337721c15a0f0bfe052ea4e6a6af95 /audio/gmtp | |
parent | c082577a8ebe513f8bd1d6787cdc7f3514368fc3 (diff) | |
download | ports-257835028d21e6bab366bc400059e0e6989ff8eb.tar.gz ports-257835028d21e6bab366bc400059e0e6989ff8eb.zip |
Notes
Diffstat (limited to 'audio/gmtp')
-rw-r--r-- | audio/gmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gmtp/Makefile b/audio/gmtp/Makefile index 577c85c7e86f..82e83b194720 100644 --- a/audio/gmtp/Makefile +++ b/audio/gmtp/Makefile @@ -12,7 +12,7 @@ COMMENT= Media Transfer Protocol (MTP) GUI client LICENSE= BSD -LIB_DEPENDS= libmtp.so:${PORTSDIR}/audio/libmtp \ +LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp \ libid3tag.so:${PORTSDIR}/audio/libid3tag \ libFLAC.so:${PORTSDIR}/audio/flac \ libvorbis.so:${PORTSDIR}/audio/libvorbis |