| Index: ports/subversion/build.sh
|
| diff --git a/ports/subversion/build.sh b/ports/subversion/build.sh
|
| index c33c9248b1bae50dabc18d466e6d4120535b299b..6eccb2f600c17ff85c995cf51bb913830de05427 100755
|
| --- a/ports/subversion/build.sh
|
| +++ b/ports/subversion/build.sh
|
| @@ -3,11 +3,5 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
| -
|
| EXTRA_CONFIGURE_ARGS="--with-apr=${NACLPORTS_PREFIX}"
|
| EXTRA_CONFIGURE_ARGS+=" --with-apr-util=${NACLPORTS_PREFIX}"
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|