diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-12 14:44:13 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-06-12 14:44:13 +0000 |
commit | 12106f158ef1d7247177790a2e19b0326aab25af (patch) | |
tree | 6f7b3ac903b6e6594262bb3674dcfbd1a3137f00 /devel/pysvn | |
parent | 206eba729c2f5ad8502b02edc596678cf0fdd8d0 (diff) |
- Fix build with Custom PREFIX/LOCALBASE
Submitted by: Julien Laffaye (kimelto via irc)
Reported by: QATty
Approved by: portmgr (itetcu, blanket)
Notes
Notes:
svn path=/head/; revision=235648
Diffstat (limited to 'devel/pysvn')
-rw-r--r-- | devel/pysvn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pysvn/Makefile b/devel/pysvn/Makefile index 235921e0f4d2..64cf205600ca 100644 --- a/devel/pysvn/Makefile +++ b/devel/pysvn/Makefile @@ -20,7 +20,8 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_NOEGGINFO=yes PYDISTUTILS_CONFIGURE_TARGET=configure -PYDISTUTILS_CONFIGUREARGS=--apr-inc-dir=${LOCALBASE}/include/apr-1 +PYDISTUTILS_CONFIGUREARGS=--apr-inc-dir=${LOCALBASE}/include/apr-1 \ + --svn-root-dir=${LOCALBASE} PYVERSION= ${PYTHON_VERSION:S/^python//} |