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/subversion16 | |
parent | 99e28be4d91b8ec29e71bd3a4440b2b25500c2af (diff) | |
download | ports-13a7ab1499d426652aaae5ff507c310c05b9bc5e.tar.gz ports-13a7ab1499d426652aaae5ff507c310c05b9bc5e.zip |
Notes
Diffstat (limited to 'devel/subversion16')
-rw-r--r-- | devel/subversion16/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |