diff options
author | mm <mm@FreeBSD.org> | 2009-08-18 16:10:09 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-08-18 16:10:09 +0800 |
commit | ed5a0a60681c21962a3739f347e61678ae0060d4 (patch) | |
tree | a318164f4fdf63db5d0b8459f66fdf3d797ad861 /audio/lame/Makefile | |
parent | 27756b91f3b513c34edee4aa3a39642792662190 (diff) | |
download | freebsd-ports-gnome-ed5a0a60681c21962a3739f347e61678ae0060d4.tar.gz freebsd-ports-gnome-ed5a0a60681c21962a3739f347e61678ae0060d4.tar.zst freebsd-ports-gnome-ed5a0a60681c21962a3739f347e61678ae0060d4.zip |
- Upstream patch for FFMPEG issue 803
- Bump PORTREVISION
PR: ports/137907
Approved by: netchild (maintainer)
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r-- | audio/lame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 96ce92f653cf..c0ed8cf95570 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -7,7 +7,7 @@ PORTNAME= lame PORTVERSION= 3.98.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.fu-berlin.de/unix/sound/%SUBDIR%/ |