diff options
-rw-r--r-- | devel/subversion-devel/Makefile | 1 | ||||
-rw-r--r-- | devel/subversion-freebsd/Makefile | 1 | ||||
-rw-r--r-- | devel/subversion/Makefile | 1 | ||||
-rw-r--r-- | devel/subversion16/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile index f5e4776bc835..64010690df46 100644 --- a/devel/subversion-devel/Makefile +++ b/devel/subversion-devel/Makefile @@ -27,6 +27,7 @@ USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/subversion-${PORTVERSION} GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl \ --with-neon=${LOCALBASE} \ --with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \ diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index f5e4776bc835..64010690df46 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -27,6 +27,7 @@ USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/subversion-${PORTVERSION} GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl \ --with-neon=${LOCALBASE} \ --with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \ diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index f5e4776bc835..64010690df46 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -27,6 +27,7 @@ USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/subversion-${PORTVERSION} GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl \ --with-neon=${LOCALBASE} \ --with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \ diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index f5e4776bc835..64010690df46 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -27,6 +27,7 @@ USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/subversion-${PORTVERSION} GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl \ --with-neon=${LOCALBASE} \ --with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \ |