diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-07 11:09:22 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-07 11:09:22 +0000 |
commit | ebec76dabb48c93edfac34df912a8070256e8913 (patch) | |
tree | 5a44f684ec08afe9753bef3079d4ee2880317762 /finance/quantlib | |
parent | 590868c5a966f9479315ce17998f4d8235eb3057 (diff) | |
download | FreeBSD-ports-ebec76dabb48c93edfac34df912a8070256e8913.zip FreeBSD-ports-ebec76dabb48c93edfac34df912a8070256e8913.tar.gz |
Remove USE_REINPLACE from all categories starting with F
Diffstat (limited to 'finance/quantlib')
-rw-r--r-- | finance/quantlib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index 4dfc4db..36af519 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -20,7 +20,6 @@ COMMENT= A comprehensive software framework for quantitative finance WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION} USE_GCC= 3.3 -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" |