diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-18 19:02:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-18 19:02:58 +0800 |
commit | 358e44954acda4ff42022a931d546932d6362c79 (patch) | |
tree | 6380f453c1d4dd663e11e967617af9f779dac0fa /sysutils/mtpfs | |
parent | 57dd914801970e240f311cd0a324417203c3c878 (diff) | |
download | freebsd-ports-graphics-358e44954acda4ff42022a931d546932d6362c79.tar.gz freebsd-ports-graphics-358e44954acda4ff42022a931d546932d6362c79.tar.zst freebsd-ports-graphics-358e44954acda4ff42022a931d546932d6362c79.zip |
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command
Bump dependent ports
Diffstat (limited to 'sysutils/mtpfs')
-rw-r--r-- | sysutils/mtpfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/mtpfs/Makefile b/sysutils/mtpfs/Makefile index a30cb651963..bf924b94018 100644 --- a/sysutils/mtpfs/Makefile +++ b/sysutils/mtpfs/Makefile @@ -3,6 +3,7 @@ PORTNAME= mtpfs PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.adebenham.com/files/mtp/ |