From f037e396011534f1ed63b7b625f818aaba3b07b6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 8 Aug 2016 13:46:50 +0000 Subject: 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 --- devel/ice/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/ice') diff --git a/devel/ice/Makefile b/devel/ice/Makefile index cf2767522399..ddddf774ee0e 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -17,7 +17,7 @@ SLAVE_PORT?= no .if ${SLAVE_PORT} == "no" LIB_DEPENDS= libexpat.so:textproc/expat2 \ libmcpp.so:devel/mcpp -USE_OPENSSL= yes +USES+= ssl .else LIB_VRS= ${PORTVERSION:R:S|.||g} LIB_DEPENDS+= libIce.so.${LIB_VRS}:devel/ice @@ -37,8 +37,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib WRKSRC= ${WRKDIR}/ice-${PORTVERSION} -USE_BDB= 5 -INVALID_BDB_VER= 40 41 42 43 44 46 47 48 6 +USES+= bdb:5 +INVALID_BDB_VER= 48 6 USE_LDCONFIG= yes BUILD_WRKSRC?= ${WRKSRC}/cpp INSTALL_WRKSRC?= ${WRKSRC}/cpp -- cgit v1.2.3