diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 00:51:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 00:51:36 +0000 |
commit | afefbca703f7e06f73ec68702b14c2a784fbe71c (patch) | |
tree | 9a41c8ddc5ab1289b99a74e80f9ac5c8f0b0f91b /databases/db45 | |
parent | f32252b3f50bd6765d2fd945fe8134c8a99cf722 (diff) | |
download | ports-afefbca703f7e06f73ec68702b14c2a784fbe71c.tar.gz ports-afefbca703f7e06f73ec68702b14c2a784fbe71c.zip |
Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place.
Notes
Notes:
svn path=/head/; revision=8742
Diffstat (limited to 'databases/db45')
-rw-r--r-- | databases/db45/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/db45/Makefile b/databases/db45/Makefile index d607cd39944c..3ba41776d2c2 100644 --- a/databases/db45/Makefile +++ b/databases/db45/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Nov 1997 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.4 1997/11/11 16:58:47 jfitz Exp $ +# $Id: Makefile,v 1.5 1997/11/22 00:47:18 asami Exp $ # DISTNAME= db-2.3.12 @@ -12,6 +12,7 @@ MASTER_SITES= http://www.sleepycat.com/db/packages/ MAINTAINER= josh@ican.net +MANUAL_PACKAGE_BUILD= incompatible with libc version WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= YES @@ -40,6 +41,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/../examples_cxx/${example} ${PREFIX}/share/examples/db .endfor -MANUAL_PACKAGE_BUILD= incompatible with libc version - .include <bsd.port.mk> |