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