diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-06-30 10:00:07 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-06-30 10:00:07 +0000 |
commit | 9ffc02942d56820e9f987cabe4b5592db5ea034a (patch) | |
tree | a30063f6e5626132e0426505cffb826aaf0762b0 /mail/svnmailer | |
parent | 164733d9dfad71b53a8b8a7ff980d3e525c4f2cb (diff) | |
download | ports-9ffc02942d56820e9f987cabe4b5592db5ea034a.tar.gz ports-9ffc02942d56820e9f987cabe4b5592db5ea034a.zip |
Notes
Diffstat (limited to 'mail/svnmailer')
-rw-r--r-- | mail/svnmailer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/svnmailer/Makefile b/mail/svnmailer/Makefile index 1955b1398fab..0577be939107 100644 --- a/mail/svnmailer/Makefile +++ b/mail/svnmailer/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= skv@FreeBSD.org COMMENT= A tool to post subversion repository commit information -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libsvn/__init__.py:${PORTSDIR}/devel/subversion-python +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libsvn/__init__.py:${PORTSDIR}/devel/py-subversion USE_BZIP2= YES USE_PYTHON= 2.3+ |