diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-22 17:56:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-22 17:56:57 +0800 |
commit | 2d852f00e8b7e305bf9eca36d5a028b971268516 (patch) | |
tree | b46aac7251bf893b0e93f5af40073a7aafbd21fc /net-im | |
parent | b11c5099311558805a3caa4b46c02973a2e7996c (diff) | |
download | freebsd-ports-gnome-2d852f00e8b7e305bf9eca36d5a028b971268516.tar.gz freebsd-ports-gnome-2d852f00e8b7e305bf9eca36d5a028b971268516.tar.zst freebsd-ports-gnome-2d852f00e8b7e305bf9eca36d5a028b971268516.zip |
Mark broken: Fails to dos2unix
===> Converting DOS text files to UNIX text files
sed: config.inc: No such file or directory
*** Error code 1
Reported by: pkg-fallout since november 2013
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ramblercontacts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/ramblercontacts/Makefile b/net-im/ramblercontacts/Makefile index 00c9ef2c5f64..a8c4ca028a28 100644 --- a/net-im/ramblercontacts/Makefile +++ b/net-im/ramblercontacts/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION}_beta_src MAINTAINER= ports@FreeBSD.org COMMENT= Free, multi-service communication client from Rambler +BROKEN= Fails to dos2unix + LICENSE= GPLv3 USES= qmake dos2unix |