diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 12:15:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 12:15:56 +0000 |
commit | aaf59c4573fad1afa49495ca04370d90307e8fd9 (patch) | |
tree | 56f97603e78ed8b3091c7df73b36f3c9e4ea92a2 /games/qgo | |
parent | 133151181bf478f16448ee6fcdee3972773a2b5e (diff) |
Notes
Diffstat (limited to 'games/qgo')
-rw-r--r-- | games/qgo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 4fceee012d48..cce577ff8df6 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_2~svn764.orig MAINTAINER= ports@FreeBSD.org COMMENT= Go board and SGF editor written with the Qt library +BROKEN= fails to build + WRKSRC= ${WRKDIR}/${PORTNAME} USES= desktop-file-utils qmake qt:4 tar:bzip2 |