diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /audio/sfront | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) |
Notes
Diffstat (limited to 'audio/sfront')
-rw-r--r-- | audio/sfront/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile index 04f1262ddcdc..668bf1c42199 100644 --- a/audio/sfront/Makefile +++ b/audio/sfront/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sfront -# Date created: Nov 4, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= sfront PORTVERSION= 0.99 @@ -15,7 +11,7 @@ COMMENT= A translator that converts MP4-SA files into efficient C programs LICENSE= BSD -USE_BISON= build +USES= bison MAKE_JOBS_SAFE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" |