diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-11 13:59:47 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-11 13:59:47 +0000 |
commit | 49108186e8717109f9bc3dba3a46a4beed6a77bf (patch) | |
tree | 2015e43bc8319ab8afc24049da6744399385736d /audio/mp3blaster | |
parent | 2355fc72994bc0fd7169c263304460a979189e00 (diff) |
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1]
Notes
Notes:
svn path=/head/; revision=364613
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r-- | audio/mp3blaster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 92a8648c51f4..7466fb743a03 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -3,7 +3,7 @@ PORTNAME= mp3blaster PORTVERSION= 3.2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |