From 13a7ab1499d426652aaae5ff507c310c05b9bc5e Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Fri, 2 May 2003 18:23:08 +0000 Subject: [PATCH] Remove configure warning. No functional changes, therefore no PORTREVISION bump. PR: 51458 Submitted by: Rui Lopes Approved by: Craig Rodrigues (MAINTAINER) --- devel/subversion-devel/Makefile | 1 + devel/subversion-freebsd/Makefile | 1 + devel/subversion/Makefile | 1 + devel/subversion16/Makefile | 1 + 4 files changed, 4 insertions(+) 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 \