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 /lang/hla | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) | |
download | ports-9250d94365048cf854570d93b5196aa250eba8f0.tar.gz ports-9250d94365048cf854570d93b5196aa250eba8f0.zip |
Notes
Diffstat (limited to 'lang/hla')
-rw-r--r-- | lang/hla/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/hla/Makefile b/lang/hla/Makefile index feb7c6d928dd..c81bd8e3a8c3 100644 --- a/lang/hla/Makefile +++ b/lang/hla/Makefile @@ -1,10 +1,5 @@ -# vim: ts=8 -# New ports collection Makefile for: hla -# Date created: 29 May 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= hla PORTVERSION= 1.103 @@ -24,7 +19,7 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= High Level Assembly USE_ZIP= yes -USE_BISON= build +USES= bison WRKSRC= ${WRKDIR}/hlasrc/trunk/trunk MAKEFILE= makefile.bsd |