diff options
author | danilo <danilo@FreeBSD.org> | 2014-06-10 11:01:36 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-06-10 11:01:36 +0800 |
commit | e1fbfa1045d1f061273041b3968ac9e236c0a5e3 (patch) | |
tree | 1593a26f70e7eec03dde79d275ee2ddb87aaa141 /sysutils/mtpfs | |
parent | 3edd4c972be773bd6c7e77c36b982e90b7af0e3b (diff) | |
download | freebsd-ports-gnome-e1fbfa1045d1f061273041b3968ac9e236c0a5e3.tar.gz freebsd-ports-gnome-e1fbfa1045d1f061273041b3968ac9e236c0a5e3.tar.zst freebsd-ports-gnome-e1fbfa1045d1f061273041b3968ac9e236c0a5e3.zip |
- Add stage support [1]
- Convert LIB_DEPENDS to new syntax
PR: ports/190849
Submitted by: jhixson@gmail.com [1]
Diffstat (limited to 'sysutils/mtpfs')
-rw-r--r-- | sysutils/mtpfs/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/mtpfs/Makefile b/sysutils/mtpfs/Makefile index 5c805de58ca2..a30cb651963a 100644 --- a/sysutils/mtpfs/Makefile +++ b/sysutils/mtpfs/Makefile @@ -9,15 +9,14 @@ MASTER_SITES= http://www.adebenham.com/files/mtp/ MAINTAINER= john@pcbsd.org COMMENT= MTP device filesystem -LIB_DEPENDS= mtp:${PORTSDIR}/multimedia/libmtp \ - id3-3.8:${PORTSDIR}/audio/id3lib \ - id3tag:${PORTSDIR}/audio/libid3tag \ - mad:${PORTSDIR}/audio/libmad +LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp \ + libid3.so:${PORTSDIR}/audio/id3lib \ + libid3tag.so:${PORTSDIR}/audio/libid3tag \ + libmad.so:${PORTSDIR}/audio/libmad USES= fuse pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/mtpfs -NO_STAGE= yes .include <bsd.port.mk> |