diff options
author | bmah <bmah@FreeBSD.org> | 2003-05-03 02:23:08 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2003-05-03 02:23:08 +0800 |
commit | f311ef4a6c86af0d95701a81ef6f503ab3f0fb88 (patch) | |
tree | 3d19062713762412b53d89e68c9c377757676118 /devel/subversion-devel | |
parent | 2d46e5a06157e3ad3ee433ccf15bb47b56452126 (diff) | |
download | freebsd-ports-gnome-f311ef4a6c86af0d95701a81ef6f503ab3f0fb88.tar.gz freebsd-ports-gnome-f311ef4a6c86af0d95701a81ef6f503ab3f0fb88.tar.zst freebsd-ports-gnome-f311ef4a6c86af0d95701a81ef6f503ab3f0fb88.zip |
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)
Diffstat (limited to 'devel/subversion-devel')
-rw-r--r-- | devel/subversion-devel/Makefile | 1 |
1 files changed, 1 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 \ |