diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-16 02:57:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-16 02:57:47 +0800 |
commit | 091352a70699b9ab60999819e98a0a21ae564117 (patch) | |
tree | 0549c8e1c056447a0d53fcbde2334704b1b74e04 /audio/sox/Makefile | |
parent | 23bd695821b6d93ecff97ebf1ae1e7bb4f32f7df (diff) | |
download | freebsd-ports-gnome-091352a70699b9ab60999819e98a0a21ae564117.tar.gz freebsd-ports-gnome-091352a70699b9ab60999819e98a0a21ae564117.tar.zst freebsd-ports-gnome-091352a70699b9ab60999819e98a0a21ae564117.zip |
- Update to 14.2.0
PR: 128849
Submitted by: Peter Beckman <beckman at angryox dot com>
Final patch by: Dan Nelson <dnelson at allantgroup dot com> (maintainer)
Approved by: Dan Nelson <dnelson at allantgroup dot com> (maintainer)
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r-- | audio/sox/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index a76a0f203193..0efc4a8d0e69 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sox -PORTVERSION= 14.1.0 +PORTVERSION= 14.2.0 CATEGORIES= audio MASTER_SITES= SF @@ -17,14 +17,12 @@ CONFLICTS= play-[0-9]* MAN1= sox.1 soxi.1 MAN3= libsox.3 -MAN7= soxformat.7 soxeffect.7 -MLINKS= sox.1 play.1 sox.1 rec.1 +MAN7= soxformat.7 +MLINKS= sox.1 play.1 sox.1 rec.1 sox.1 soxeffect.7 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libltdl USE_GNOME= pkgconfig -# src/Makefile uses ${RM} but never sets it -MAKE_ENV+= RM="rm -f" .if defined(PACKAGE_BUILDING) _LAME= off |