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 /www/c-icap | |
parent | c333a42bbacfd478a1ae703c628fc3f6f2ce3575 (diff) | |
download | freebsd-ports-gnome-accc153f0c7ee632df7b714f1861b98898e90e7c.tar.gz freebsd-ports-gnome-accc153f0c7ee632df7b714f1861b98898e90e7c.tar.zst freebsd-ports-gnome-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 'www/c-icap')
-rw-r--r-- | www/c-icap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index c654bb25832c..58159c45ec0d 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -58,7 +58,7 @@ PERL_USES= perl5 PERL_CONFIGURE_ON= --with-perl=${PERL} PERL_CONFIGURE_OFF= --without-perl -BDB_USE= BDB=yes +BDB_USES= bdb BDB_CFLAGS= -I${BDB_INCLUDE_DIR} BDB_LDFLAGS= -L${BDB_LIB_DIR} BDB_CONFIGURE_ON= --with-bdb=yes |