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 /net/rsync | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | freebsd-ports-graphics-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz freebsd-ports-graphics-57c5b31de7e18245f582318496394bea5bb4aefc.tar.zst freebsd-ports-graphics-57c5b31de7e18245f582318496394bea5bb4aefc.zip |
Add USE_REINPLACE where appropriate.
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index f6d507ca15a..28517aba200 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -19,6 +19,7 @@ MAINTAINER= obraun@informatik.unibw-muenchen.de LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |