diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-11-13 16:29:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-11-13 16:29:50 +0000 |
commit | e8af3ed99caddea0c0a77efd3471eecc9972da10 (patch) | |
tree | f24d87fdc0ac22ce7a55828e5b3f3420a367c10f /devel | |
parent | f1eb4bbbf12408cfbddb033f0213c7c6f4c0fb05 (diff) |
- Marked broken (doesn't work in jails)
Submitted by: pointyhat via linimon
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=202690
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PHPUnit3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pear-PHPUnit3/Makefile b/devel/pear-PHPUnit3/Makefile index bcdbe678e4c9..9679d2bc7a69 100644 --- a/devel/pear-PHPUnit3/Makefile +++ b/devel/pear-PHPUnit3/Makefile @@ -29,6 +29,8 @@ SUB_LIST+= CHANNEL=${CHANNEL} PKGINSTALL= ${WRKDIR}/pear-install PKGDEINSTALL= ${WRKDIR}/pear-deinstall +BROKEN= doesn't work in jails + DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=4 |