diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-02 07:37:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-02 07:37:57 +0000 |
commit | 4b82659c7844afa0a8dc13f17a9d6d8e974eeeb9 (patch) | |
tree | cdf8c4fc6c98f1edb632591229c6ff3828d97bff /devel/bison-devel | |
parent | 9f5e495359c9077a9859c9ee0147f9143a0eedcb (diff) | |
download | ports-4b82659c7844afa0a8dc13f17a9d6d8e974eeeb9.tar.gz ports-4b82659c7844afa0a8dc13f17a9d6d8e974eeeb9.zip |
Notes
Diffstat (limited to 'devel/bison-devel')
-rw-r--r-- | devel/bison-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index cc6f61787a77..233ff0571062 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/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 |