diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-31 21:34:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-31 21:34:55 +0000 |
commit | 081395dd1264d24fe503f6982671fa5203dcf2ea (patch) | |
tree | d4eaa1452d279fa5524509c053647517385b4d3b /devel/bzr | |
parent | b293a4bf6e44e87985adaaf215f97e2a6add1608 (diff) | |
download | ports-081395dd1264d24fe503f6982671fa5203dcf2ea.tar.gz ports-081395dd1264d24fe503f6982671fa5203dcf2ea.zip |
- Fix OPTIONS handling
- Bump PORTREVISION
PR: ports/126126
Submitted by: UEMURA at FreeBSD dot org, Tetsuya <t_uemura at macome dot co dot jp>
Approved by: "Matthew D. Fuller" <fullermd at over-yonder dot net> (maintainer)
Approved by: miwi (mentor implicit)
Notes
Notes:
svn path=/head/; revision=217897
Diffstat (limited to 'devel/bzr')
-rw-r--r-- | devel/bzr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 83f2ec952fc2..45243b1e3bc8 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -7,6 +7,7 @@ PORTNAME= bazaar-ng PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://bazaar-vcs.org/releases/src/ \ https://launchpad.net/bzr/1.5/${PORTVERSION}/+download/ @@ -30,7 +31,7 @@ MAN1= bzr.1 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree .endif -.if defined(WITH_SFTP) +.if !defined(WITHOUT_SFTP) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko .endif |