From 0f4888e98bfa24f6ae677d580498a26541aa96fc Mon Sep 17 00:00:00 2001 From: sobomax Date: Sun, 2 Dec 2001 07:37:57 +0000 Subject: Override CONFIGURE_TARGET - this package generated with autoconf-2.52 needs a different semantics than our bsd.port.mk provides. --- devel/bison175/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/bison175') diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index cc6f617..233ff05 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/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 -- cgit v1.1