diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2009-11-10 00:43:06 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2009-11-10 00:43:06 +0800 |
commit | cedda487b3a8a731da43f9918d7c20daffd30b37 (patch) | |
tree | 4281b9ab6abd45b50d47e1c2b4fe97ebd6083954 /databases/Makefile | |
parent | a939a6f2d015ee7907b0968b358b0808ca9c14a8 (diff) | |
download | freebsd-ports-gnome-cedda487b3a8a731da43f9918d7c20daffd30b37.tar.gz freebsd-ports-gnome-cedda487b3a8a731da43f9918d7c20daffd30b37.tar.zst freebsd-ports-gnome-cedda487b3a8a731da43f9918d7c20daffd30b37.zip |
Add Berkeley DB 4.8 to the ports tree as a "regular" port for now.
Once FreeBSD 8.0 ships, I'll update all the USE knobs that are
necessary to allow other ports to make use of this port.
PR: ports/138831
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: portmgr@
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0c10d3003ea3..09c7058d6052 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -38,6 +38,7 @@ SUBDIR += db45 SUBDIR += db46 SUBDIR += db47 + SUBDIR += db48 SUBDIR += db4o-mono SUBDIR += dbXML SUBDIR += dbconnect |