diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-13 02:47:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-13 02:47:33 +0000 |
commit | c7beeaae1feca224aedba61f2d6c075df967a28c (patch) | |
tree | a3823710e09e2bc1d7a11631e012181d7c8f6c4f /databases/db/Makefile | |
parent | Build a shared version of the library, too. (diff) |
More Y2K Statement Links...
Diffstat (limited to '')
-rw-r--r-- | databases/db/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index 5070553d0e95..32f92108de0d 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.6 1997/11/22 00:51:36 asami Exp $ +# $Id: Makefile,v 1.7 1998/01/26 18:43:20 jfitz Exp $ # DISTNAME= db-2.3.16 @@ -12,6 +12,8 @@ MASTER_SITES= http://www.sleepycat.com/db/packages/ MAINTAINER= josh@ican.net +Y2K= http://www.sleepycat.com/faq.html#A8 + MANUAL_PACKAGE_BUILD= incompatible with libc version WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix |