diff options
author | asami <asami@FreeBSD.org> | 1997-11-22 08:47:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-22 08:47:18 +0800 |
commit | 40a51dc4c6e145e23f192fe355b0668a9c01f835 (patch) | |
tree | 94e55ad1dc11f513da9b45e56e96ef4ead282b77 /databases/db43 | |
parent | 3cd037390b039fcf83b431f8802fc870c9e5641e (diff) | |
download | freebsd-ports-gnome-40a51dc4c6e145e23f192fe355b0668a9c01f835.tar.gz freebsd-ports-gnome-40a51dc4c6e145e23f192fe355b0668a9c01f835.tar.zst freebsd-ports-gnome-40a51dc4c6e145e23f192fe355b0668a9c01f835.zip |
Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system.
Diffstat (limited to 'databases/db43')
-rw-r--r-- | databases/db43/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile index e8cb8787ba0d..d607cd39944c 100644 --- a/databases/db43/Makefile +++ b/databases/db43/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> |