From 85b9ce80206b66d2aecba41e95b36f6ee3d07511 Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Mon, 18 Nov 2002 22:01:18 +0000 Subject: Use CONFIGURE_TARGET instead of CONFIGURE_ENV. PR: ports/45450 Submitted by: KATO Tsuguru --- x11/xbindkeys/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 541c748e6851..970fd9449f12 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -16,8 +16,7 @@ MAINTAINER= ports@FreeBSD.org USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALL_TARGET= install-binPROGRAMS MAN1= xbindkeys.1 -- cgit v1.2.3