diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-25 22:52:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-25 22:52:24 +0000 |
commit | 1886e5a992738ca09ba3fed3229583a25e7d2a81 (patch) | |
tree | 0560cd3261aaaeee946b23fb284eb5c88be2e8a3 /mail/sqlgrey | |
parent | 8c62958f8c9a855d5826ddf25e95f8be193b11bb (diff) |
Notes
Diffstat (limited to 'mail/sqlgrey')
-rw-r--r-- | mail/sqlgrey/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index 2534ea275c6b..d50afebe195d 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -26,6 +26,8 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DB RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite .endif +BROKEN= Uses USE_RC_SUBR incorrectly; incorrect pkg-plist + USE_PERL5_RUN= yes USE_RC_SUBR= sqlgrey.sh USE_BZIP2= yes |