diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
commit | 57c5b31de7e18245f582318496394bea5bb4aefc (patch) | |
tree | a4d63eb155e8dfb9428d1f6faed6e91fcb4150fd /x11/xbindkeys_config | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.zst freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.zip |
Add USE_REINPLACE where appropriate.
Diffstat (limited to 'x11/xbindkeys_config')
-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: |