diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 480346363349d34df50ccbe8af45c0135915e85e (patch) | |
tree | 1a2e4492be352c5eb3cccec7ffe7866db512735c /x11 | |
parent | upgrade to 1.4.1 (diff) |
Add USE_REINPLACE where appropriate.
Notes
Notes:
svn path=/head/; revision=61545
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys_config/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xbindkeys_config/Makefile b/x11/xbindkeys_config/Makefile index b623bff80a4a..5e92f7838595 100644 --- a/x11/xbindkeys_config/Makefile +++ b/x11/xbindkeys_config/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.netchampagne.com/xbindkeys_config/ MAINTAINER= obraun@informatik.unibw-muenchen.de USE_GTK= yes +USE_REINPLACE= yes MAKE_ENV= CC="${CC} ${CFLAGS}" post-patch: |