diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
commit | 107b408c3141f4a2d694fb7bb6f3809d48f62a04 (patch) | |
tree | 69a40aa3b0a3194344d14d8974e6df5255764104 /deskutils/howm | |
parent | 3ae34aead84a9ea4fff9fa6ad55504563c3ba964 (diff) | |
download | ports-107b408c3141f4a2d694fb7bb6f3809d48f62a04.tar.gz ports-107b408c3141f4a2d694fb7bb6f3809d48f62a04.zip |
Notes
Diffstat (limited to 'deskutils/howm')
-rw-r--r-- | deskutils/howm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile index 477de7847392..5c11faf515fd 100644 --- a/deskutils/howm/Makefile +++ b/deskutils/howm/Makefile @@ -13,6 +13,11 @@ COMMENT= Write fragmentarily and read collectively LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +.if ${FLAVOR:U} != devel && ${FLAVOR:U} != devel_nox +# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/howm-emacs26-1.4.3_3.log +BROKEN= fails to build +.endif + USES= emacs GNU_CONFIGURE= yes |