diff options
Diffstat (limited to 'databases/db46')
-rw-r--r-- | databases/db46/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile index e8cb8787ba0d..d607cd39944c 100644 --- a/databases/db46/Makefile +++ b/databases/db46/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> |