diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-25 09:30:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-25 09:30:43 +0000 |
commit | 71ab4f2b2b47bb90d25c33edb93a4e47e0e71738 (patch) | |
tree | 702aa8abd79f61fc0a8792ed052a7506080574c0 /databases/bbdb | |
parent | c0d6dbfe48feb582b8ba15278fde434ba34631f0 (diff) |
Mark devel flavors BROKEN
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=559228
Diffstat (limited to 'databases/bbdb')
-rw-r--r-- | databases/bbdb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile index 393920298dad..245e64cdc8cb 100644 --- a/databases/bbdb/Makefile +++ b/databases/bbdb/Makefile @@ -13,6 +13,10 @@ COMMENT= Big Brother Database LICENSE= GPLv3+ +.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox +BROKEN= Error occurred processing bbdb.el: Wrong type argument ((stringp nil)) +.endif + BUILD_DEPENDS= texi2dvi:print/texinfo USES= autoreconf emacs |