diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-22 20:03:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-22 20:03:35 +0000 |
commit | 3464b96a91d8e5348899ce75b2df94f7b5c61c27 (patch) | |
tree | 3888fe476ce0f1fe04a57fd270d450f37e9bca1b | |
parent | Remove MANUAL_PACKAGE_BUILD, the port has no problems building the package. (diff) |
Remove MANUAL_PACKAGE_BUILD, the port packages just fine.
Notes
Notes:
svn path=/head/; revision=44331
-rw-r--r-- | databases/db/Makefile | 1 | ||||
-rw-r--r-- | databases/db2/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index 9b1fe8a00a1e..22b0b1dc4274 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -14,7 +14,6 @@ MAINTAINER= josh@ican.net Y2K= http://www.sleepycat.com/faq.html#A8 -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix INSTALLS_SHLIB= yes diff --git a/databases/db2/Makefile b/databases/db2/Makefile index 9b1fe8a00a1e..22b0b1dc4274 100644 --- a/databases/db2/Makefile +++ b/databases/db2/Makefile @@ -14,7 +14,6 @@ MAINTAINER= josh@ican.net Y2K= http://www.sleepycat.com/faq.html#A8 -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix INSTALLS_SHLIB= yes |