diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/boxes/Makefile | 2 | ||||
-rw-r--r-- | misc/lifelines/Makefile | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile index 2762a3c053bb..8a625904c3e9 100644 --- a/misc/boxes/Makefile +++ b/misc/boxes/Makefile @@ -15,7 +15,7 @@ COMMENT= Draws ASCII-art configurable boxes around text or code LICENSE= GPLv2 USE_GMAKE= yes -USE_BISON= build +USES= bison ALL_TARGET= boxes MAKE_ARGS= CC="${CC}" GLOBALCONF=${GLOBALCONF} CFLAGS="${CFLAGS} -ansi -I. -Iregexp" diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index 9e8b5b587ea9..7dd5967140a9 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lifelines -# Date created: 10 August 2000 -# Whom: Matt Emmerton <matt@gsicomp.on.ca> -# +# Created by: Matt Emmerton <matt@gsicomp.on.ca> # $FreeBSD$ -# PORTNAME= lifelines PORTVERSION= 3.0.51 @@ -17,7 +13,7 @@ COMMENT= An advanced genealogical system GNU_CONFIGURE= yes USE_ICONV= yes USE_BZIP2= yes -USE_BISON= build +USES= bison MAN1= btedit.1 dbverify.1 llines.1 |