diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-11 06:37:39 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-11 06:37:39 +0800 |
commit | d39e175d47585b9cc1d36a49774dfe2ee4b31e9e (patch) | |
tree | 92b54444fff35392303ed68ce61afdaebca172c4 /math/rpc | |
parent | 60a366e2f720f7ce2364b5b9d33c7058aee5829b (diff) | |
download | freebsd-ports-gnome-d39e175d47585b9cc1d36a49774dfe2ee4b31e9e.tar.gz freebsd-ports-gnome-d39e175d47585b9cc1d36a49774dfe2ee4b31e9e.tar.zst freebsd-ports-gnome-d39e175d47585b9cc1d36a49774dfe2ee4b31e9e.zip |
Remove USE_REINPLACE from ports starting with M
Diffstat (limited to 'math/rpc')
-rw-r--r-- | math/rpc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/rpc/Makefile b/math/rpc/Makefile index b74e3e57ea30..5bf6ec6b3536 100644 --- a/math/rpc/Makefile +++ b/math/rpc/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath RUN_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath USE_GMAKE= yes -USE_REINPLACE= yes # to avoid cumbersome patching: see below GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |