diff options
author | mandree <mandree@FreeBSD.org> | 2011-05-24 01:12:24 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-05-24 01:12:24 +0800 |
commit | 9d2ab5e461430cb791fb4a42209b70ff23129ca7 (patch) | |
tree | cbe072d734e6c357a7f85ed0724f322136bb3422 /archivers | |
parent | 41cf35c3d5ef04e3d82cf18cc5bc42be379bb35f (diff) | |
download | freebsd-ports-gnome-9d2ab5e461430cb791fb4a42209b70ff23129ca7.tar.gz freebsd-ports-gnome-9d2ab5e461430cb791fb4a42209b70ff23129ca7.tar.zst freebsd-ports-gnome-9d2ab5e461430cb791fb4a42209b70ff23129ca7.zip |
Bump USE_BDB due to impending db45 removal.
Mark db51 invalid (breaks build).
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rpm4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 090be5c8bcec..d0c1ec0ef842 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -24,7 +24,8 @@ USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes USE_LUA= 5.1+ -USE_BDB= 45+ +USE_BDB= 46+ +INVALID_BDB_VER=51 GNU_CONFIGURE= yes USE_LDCONFIG= yes LATEST_LINK= rpm4 |