diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:44:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:44:33 +0000 |
commit | 26dad2628166d31e11019b98109dd3b309816769 (patch) | |
tree | f6c80b6370a6a853b4e36b097cd4cf9182f27860 /devel | |
parent | 91ff71ca622149850cb125501c2de837e2243e19 (diff) |
BROKEN: Incorrect pkg-plist
Notes
Notes:
svn path=/head/; revision=155884
Diffstat (limited to 'devel')
-rw-r--r-- | devel/phpbt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/phpbt/Makefile b/devel/phpbt/Makefile index 509dd6dbad01..5c3badc1c2bb 100644 --- a/devel/phpbt/Makefile +++ b/devel/phpbt/Makefile @@ -16,6 +16,8 @@ COMMENT= Bug-tracking system developed in PHP RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB +BROKEN= Incorrect pkg-plist + .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= ctype pcre posix session tokenizer xml zlib .endif |