diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
commit | f037e396011534f1ed63b7b625f818aaba3b07b6 (patch) | |
tree | 509f9c56f6c9e206681219518e92866874b3ae54 /archivers/rpm4 | |
parent | 8d571a7a02a3fde266288ca6716fa8521b8ab0a0 (diff) | |
download | freebsd-ports-gnome-f037e396011534f1ed63b7b625f818aaba3b07b6.tar.gz freebsd-ports-gnome-f037e396011534f1ed63b7b625f818aaba3b07b6.tar.zst freebsd-ports-gnome-f037e396011534f1ed63b7b625f818aaba3b07b6.zip |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
Diffstat (limited to 'archivers/rpm4')
-rw-r--r-- | archivers/rpm4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 47d23d3f3bca..178f46cb95ea 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -26,9 +26,8 @@ NLS_USES= gettext NLS_LIBS= -lintl PORTDOCS= * -USES= alias gmake libarchive libtool lua:51 pathfix pkgconfig \ +USES= alias bdb gmake libarchive libtool lua:51 pathfix pkgconfig \ shebangfix tar:bzip2 -USE_BDB= 46+ INVALID_BDB_VER=51 GNU_CONFIGURE= yes USE_LDCONFIG= yes |