diff options
author | mat <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
commit | accc153f0c7ee632df7b714f1861b98898e90e7c (patch) | |
tree | 509f9c56f6c9e206681219518e92866874b3ae54 /mail/avenger | |
parent | c333a42bbacfd478a1ae703c628fc3f6f2ce3575 (diff) | |
download | freebsd-ports-graphics-accc153f0c7ee632df7b714f1861b98898e90e7c.tar.gz freebsd-ports-graphics-accc153f0c7ee632df7b714f1861b98898e90e7c.tar.zst freebsd-ports-graphics-accc153f0c7ee632df7b714f1861b98898e90e7c.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 'mail/avenger')
-rw-r--r-- | mail/avenger/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index dbc124cf83d..1e91ecfcbd3 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -12,8 +12,7 @@ COMMENT= Anti-spam SMTP server LICENSE= GPLv2+ # though COPYING is GPLv3 -USE_BDB= 42+ -USE_OPENSSL= yes +USES= bdb ssl GNU_CONFIGURE= yes USERS= ${PORTNAME} |