diff options
-rw-r--r-- | devel/libmimedir/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libmimedir/Makefile b/devel/libmimedir/Makefile index 44693ca4449b..b1dad7aee601 100644 --- a/devel/libmimedir/Makefile +++ b/devel/libmimedir/Makefile @@ -10,8 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing RFC2425 MIME Directory Profile information -USES= bison desthack libtool +USES= desthack libtool GNU_CONFIGURE= yes +CONFIGURE_ENV= YACC=byacc +BUILD_DEPENDS= byacc:devel/byacc USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes |