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/db2 | |
parent | 06dd0c6707d1c0d6bada326bc7081a649f9081b6 (diff) | |
download | ports-c7beeaae1feca224aedba61f2d6c075df967a28c.tar.gz ports-c7beeaae1feca224aedba61f2d6c075df967a28c.zip |
More Y2K Statement Links...
Notes
Notes:
svn path=/head/; revision=16024
Diffstat (limited to 'databases/db2')
-rw-r--r-- | databases/db2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/db2/Makefile b/databases/db2/Makefile index 5070553d0e95..32f92108de0d 100644 --- a/databases/db2/Makefile +++ b/databases/db2/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 |