diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 06:52:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 06:52:24 +0800 |
commit | cd81ec9fbcbaa93c0328dbb4a1e27aa9b1bd7461 (patch) | |
tree | ff7faa710b05bb0309d78cb03320be34707a6224 /mail/sqlgrey/Makefile | |
parent | f2ac8b48361513c1f3c73f4c7507ada04395ab0a (diff) | |
download | freebsd-ports-gnome-cd81ec9fbcbaa93c0328dbb4a1e27aa9b1bd7461.tar.gz freebsd-ports-gnome-cd81ec9fbcbaa93c0328dbb4a1e27aa9b1bd7461.tar.zst freebsd-ports-gnome-cd81ec9fbcbaa93c0328dbb4a1e27aa9b1bd7461.zip |
BROKEN: Uses USE_RC_SUBR incorrectly; incorrect pkg-plist
Diffstat (limited to 'mail/sqlgrey/Makefile')
-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 |