diff options
author | krion <krion@FreeBSD.org> | 2003-11-14 14:15:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-14 14:15:38 +0800 |
commit | 6b3e4c4a3f829de5add4bd3e44acbd7af631433d (patch) | |
tree | 8024e89e164bc8e1e948100532ca49c9d2e6a889 | |
parent | 73f015e0d49365f26097e234599ae86e79da455d (diff) | |
download | freebsd-ports-gnome-6b3e4c4a3f829de5add4bd3e44acbd7af631433d.tar.gz freebsd-ports-gnome-6b3e4c4a3f829de5add4bd3e44acbd7af631433d.tar.zst freebsd-ports-gnome-6b3e4c4a3f829de5add4bd3e44acbd7af631433d.zip |
- Fix build
Submitted by: Igor Pokrovsky <tiamat@comset.net>
-rw-r--r-- | mail/filtermail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/filtermail/Makefile b/mail/filtermail/Makefile index b9308cbb22d8..e7fabe35e951 100644 --- a/mail/filtermail/Makefile +++ b/mail/filtermail/Makefile @@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GETOPT_LONG= yes USE_GMAKE= yes +USE_BISON= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |