diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 13:46:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 13:46:50 +0000 |
commit | f037e396011534f1ed63b7b625f818aaba3b07b6 (patch) | |
tree | 509f9c56f6c9e206681219518e92866874b3ae54 /mail/greyfix | |
parent | 8d571a7a02a3fde266288ca6716fa8521b8ab0a0 (diff) | |
download | ports-f037e396011534f1ed63b7b625f818aaba3b07b6.tar.gz ports-f037e396011534f1ed63b7b625f818aaba3b07b6.zip |
Notes
Diffstat (limited to 'mail/greyfix')
-rw-r--r-- | mail/greyfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/greyfix/Makefile b/mail/greyfix/Makefile index 7ef75807426d..73ffcee95362 100644 --- a/mail/greyfix/Makefile +++ b/mail/greyfix/Makefile @@ -13,7 +13,7 @@ COMMENT= Greylisting policy daemon for Postfix SUB_FILES= pkg-message -USE_BDB= 5+ +USES= bdb:5+ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-berkeleydb-libdir=${BDB_LIB_DIR} \ --with-berkeleydb-includedir=${BDB_INCLUDE_DIR} \ |