diff options
author | Will Andrews <will@FreeBSD.org> | 2002-10-24 20:04:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-10-24 20:04:48 +0000 |
commit | f04923a4fb045f6972c515511af28baadff58e52 (patch) | |
tree | 4e78a23dc5cb48e6c8353d1db5920b5a91bf81d6 /devel/bison | |
parent | Fix a problem with fonts showing up diagonally in mozilla-devel. (diff) |
Add dependency on GNU m4 for the build. Found by portbuild.
Notes
Notes:
svn path=/head/; revision=68753
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 40dd5b89ac42..11f745cdd8fe 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes GNU_CONFIGURE= yes |