diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-07-18 04:38:50 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-07-18 04:38:50 +0800 |
commit | f1936627819db16b3961f2bc1aaadc0eefd19362 (patch) | |
tree | ff3a7f09d475c7e54b40889dfdcca23315d0a4fa /devel | |
parent | d5ee4c3369a184ea4f9c3f6880ca58f74f93d4f6 (diff) | |
download | freebsd-ports-gnome-f1936627819db16b3961f2bc1aaadc0eefd19362.tar.gz freebsd-ports-gnome-f1936627819db16b3961f2bc1aaadc0eefd19362.tar.zst freebsd-ports-gnome-f1936627819db16b3961f2bc1aaadc0eefd19362.zip |
Mark broken: depends on apr-db42-1.3.2 and apr-1.3.2 which conflict with each
other
Prompted by: QA Tindy run
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-subversion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile index 897c4069f411..fa9145561175 100644 --- a/devel/py-subversion/Makefile +++ b/devel/py-subversion/Makefile @@ -10,6 +10,8 @@ PKGNAMEPREFIX= py- MAINTAINER= lev@FreeBSD.org COMMENT= Python bindings for version control system +BROKEN= depends on apr-db42-1.3.2 and apr-1.3.2 which conflict with each other + MASTERDIR= ${.CURDIR}/../../devel/subversion PKGDIR= ${.CURDIR} |