diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:40:20 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:40:20 +0000 |
commit | 6b507cc86bfa29de327bd88b0f3289acd7caa9af (patch) | |
tree | 6748d42253639427de500d5b3740e710955f8edb /databases/db | |
parent | 426d697985966a8e4976e99b2dd85a0c09ad138f (diff) | |
download | ports-6b507cc86bfa29de327bd88b0f3289acd7caa9af.tar.gz ports-6b507cc86bfa29de327bd88b0f3289acd7caa9af.zip |
Notes
Diffstat (limited to 'databases/db')
-rw-r--r-- | databases/db/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index d9d4c22a67ec..d0205f3c87b6 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.9 1999/03/11 20:33:49 scrappy Exp $ +# $Id: Makefile,v 1.11 1999/03/29 00:08:28 ache Exp $ # DISTNAME= db-2.7.3 @@ -15,6 +15,7 @@ MAINTAINER= josh@ican.net Y2K= http://www.sleepycat.com/faq.html#A8 WWW_SITE= http://www.sleepycat.com +MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix GNU_CONFIGURE= YES |