diff options
Diffstat (limited to 'devel/bison/Makefile')
-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 cc6f61787a77..233ff0571062 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ MAKEINFO="makeinfo --no-split" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bison.1 |