diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-18 22:01:18 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-18 22:01:18 +0000 |
commit | 85b9ce80206b66d2aecba41e95b36f6ee3d07511 (patch) | |
tree | 56980fd901fcae3bd46781fba6926098ba9f051a /x11/xbindkeys | |
parent | fe0dbd71351b5459bcae9777c6eece5313eeacf9 (diff) | |
download | ports-85b9ce80206b66d2aecba41e95b36f6ee3d07511.tar.gz ports-85b9ce80206b66d2aecba41e95b36f6ee3d07511.zip |
Notes
Diffstat (limited to 'x11/xbindkeys')
-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 |