aboutsummaryrefslogtreecommitdiff
path: root/databases/db
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-22 00:47:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-22 00:47:18 +0000
commitff3cc4ad51c9fe1d68a2f483eb2626e4226f31c5 (patch)
treedf3c918c3342d2d3252e531750c733488d529378 /databases/db
parentf5dcbc74cc5f9c545faf334991ac9e8a6d820dda (diff)
downloadports-ff3cc4ad51c9fe1d68a2f483eb2626e4226f31c5.tar.gz
ports-ff3cc4ad51c9fe1d68a2f483eb2626e4226f31c5.zip
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/Makefile4
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>