diff options
author | obraun <obraun@FreeBSD.org> | 2002-11-19 06:01:18 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-11-19 06:01:18 +0800 |
commit | 220304eea18b8ad7a440b7f1e22c3081238ff5dc (patch) | |
tree | ed1286fb5b023f7a2f7f9468a96fa26f72d3e266 /x11 | |
parent | 58f5fa8068068b8baf6e93211226f1e5926982cc (diff) | |
download | freebsd-ports-gnome-220304eea18b8ad7a440b7f1e22c3081238ff5dc.tar.gz freebsd-ports-gnome-220304eea18b8ad7a440b7f1e22c3081238ff5dc.tar.zst freebsd-ports-gnome-220304eea18b8ad7a440b7f1e22c3081238ff5dc.zip |
Use CONFIGURE_TARGET instead of CONFIGURE_ENV.
PR: ports/45450
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |