diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-05-02 18:23:08 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-05-02 18:23:08 +0000 |
commit | 13a7ab1499d426652aaae5ff507c310c05b9bc5e (patch) | |
tree | cb8631024146fa3e64e589e3d3b9afabb70c29bd /devel/subversion | |
parent | Add patch from Joe (diff) |
Remove configure warning.
No functional changes, therefore no PORTREVISION bump.
PR: 51458
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=80017
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |