Changeset View
Changeset View
Standalone View
Standalone View
devel/subversion17/Makefile.common
| Show All 25 Lines | |||||
| CONFIGURE_ARGS+= --without-swig \ | CONFIGURE_ARGS+= --without-swig \ | ||||
| --with-ssl \ | --with-ssl \ | ||||
| --with-sqlite=${LOCALBASE} \ | --with-sqlite=${LOCALBASE} \ | ||||
| --with-expat=${LOCALBASE}/include:${LOCALBASE}/lib:expat | --with-expat=${LOCALBASE}/include:${LOCALBASE}/lib:expat | ||||
| .if defined(SVN_BUILD_BINDINGS) | .if defined(SVN_BUILD_BINDINGS) | ||||
| CONFLICTS_BUILD+= ${PORTNAME}-1.[^7].[0-9]* | CONFLICTS_BUILD+= ${PORTNAME}-1.[^7].[0-9]* | ||||
| LIB_DEPENDS+= libsvn_client-1.so:${PORTSDIR}/devel/subversion17 | LIB_DEPENDS+= libsvn_client-1.so:${PORTSDIR}/devel/subversion17 | ||||
| OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options | |||||
| OPTIONS_NAME= devel_subversion17 | OPTIONS_NAME= devel_subversion17 | ||||
| .endif | .endif | ||||
| # =============================================================== | # =============================================================== | ||||
| OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
| #BDB_CONFIGURE_OFF= --with-berkeley-db=no | #BDB_CONFIGURE_OFF= --with-berkeley-db=no | ||||
| BDB_USE= BDB=42+ | BDB_USE= BDB=42+ | ||||
| ▲ Show 20 Lines • Show All 91 Lines • Show Last 20 Lines | |||||