diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:10:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:10:18 +0800 |
commit | 6b32cb52df130c0602e77d34974ce2d41b2de257 (patch) | |
tree | f413d04c1620fe2f9399e4b15e8759847acf8b9f /audio/lame | |
parent | 8350bf809c3947393ef0ede7b616ef489de79606 (diff) | |
download | freebsd-ports-gnome-6b32cb52df130c0602e77d34974ce2d41b2de257.tar.gz freebsd-ports-gnome-6b32cb52df130c0602e77d34974ce2d41b2de257.tar.zst freebsd-ports-gnome-6b32cb52df130c0602e77d34974ce2d41b2de257.zip |
Fix typos
Diffstat (limited to 'audio/lame')
-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 7da71368d23a..32f77048a686 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/3.99 MAINTAINER= netchild@FreeBSD.org COMMENT= Fast MP3 encoder kit -USES= gamke iconv +USES= gmake iconv USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes |