diff options
Diffstat (limited to 'editors/lfhex/Makefile')
-rw-r--r-- | editors/lfhex/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index a12498ee811e..1034dbdc9702 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: lfhex -# Date created: Jul 6, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= lfhex PORTVERSION= 0.42 @@ -18,7 +13,7 @@ COMMENT= Large file hex editor LICENSE= GPLv2 USE_QT4= corelib gui moc_build qmake_build rcc_build -USE_BISON= build +USES= bison MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src |