diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 00:47:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 00:47:18 +0000 |
commit | ff3cc4ad51c9fe1d68a2f483eb2626e4226f31c5 (patch) | |
tree | df3c918c3342d2d3252e531750c733488d529378 /databases/db | |
parent | Activate textproc/c2html (diff) |
Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system.
Notes
Notes:
svn path=/head/; revision=8740
Diffstat (limited to 'databases/db')
-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 e8cb8787ba0d..d607cd39944c 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Nov 1997 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.3 1997/10/03 14:13:23 jfitz Exp $ +# $Id: Makefile,v 1.4 1997/11/11 16:58:47 jfitz Exp $ # DISTNAME= db-2.3.12 @@ -40,4 +40,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/../examples_cxx/${example} ${PREFIX}/share/examples/db .endfor +MANUAL_PACKAGE_BUILD= incompatible with libc version + .include <bsd.port.mk> |