diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-29 21:19:12 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-29 21:19:12 +0000 |
commit | e02122e8a0c7db74aac252cdff29b51eddd38cbd (patch) | |
tree | ebf5bd74f1ff834f4bc21f7d440451360c4c239c /audio/toolame | |
parent | 9605236784cd61613085ddbf60f3cacaea281ef9 (diff) | |
download | ports-e02122e8a0c7db74aac252cdff29b51eddd38cbd.tar.gz ports-e02122e8a0c7db74aac252cdff29b51eddd38cbd.zip |
Notes
Diffstat (limited to 'audio/toolame')
-rw-r--r-- | audio/toolame/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index 4ccbd04d9a34..0b729da14bdf 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tooLAME -# Date created: Wed May 22 16:53:26 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= toolame PORTVERSION= 0.2l @@ -21,6 +17,7 @@ LICENSE= LGPL21 USE_GMAKE= yes ALL_TARGET= ${PORTNAME} MAKE_ARGS= CC="${CC}" TWEAKS="${CFLAGS}" ARCH="" PG="" OPTIM="" +USE_CSTD= gnu89 PLIST_FILES= bin/toolame PORTDOCS= FUTURE HISTORY LGPL.txt README |