diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-22 08:24:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-22 08:24:11 +0000 |
commit | b346d3d4d6004521c1540e51c1ef01c0be76da37 (patch) | |
tree | 88a5b23d5e09fab8646dd982774db27c8259f5d3 /finance/quantlib/Makefile | |
parent | 633837fb41ba1b074dc4c4ad106f606d86e4e150 (diff) |
Deprecated ports broken for more than 6 month
Notes
Notes:
svn path=/head/; revision=334555
Diffstat (limited to 'finance/quantlib/Makefile')
-rw-r--r-- | finance/quantlib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index 80061a33c3de..cc4d40838bce 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -21,6 +21,9 @@ CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib USE_LDCONFIG= yes +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-12-22 + BROKEN= fails to build MAN1= quantlib-config.1 quantlib-test-suite.1 |