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 /devel/hp48cc | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) |
Notes
Diffstat (limited to 'devel/hp48cc')
-rw-r--r-- | devel/hp48cc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/hp48cc/Makefile b/devel/hp48cc/Makefile index b4996691c7c5..13d1c4078ebe 100644 --- a/devel/hp48cc/Makefile +++ b/devel/hp48cc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hp48cc -# Date created: Sun Aug 12 04:33:37 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= hp48cc PORTVERSION= 1.3 @@ -17,7 +13,7 @@ COMMENT= C-like compiler that translates input code to the HP48 RPL language LICENSE= GPLv2 -USE_BISON= build +USES= bison GNU_CONFIGURE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" |