diff options
Diffstat (limited to 'databases/gomysql/Makefile')
-rw-r--r-- | databases/gomysql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/gomysql/Makefile b/databases/gomysql/Makefile index ca2f5973b781..f4e6f725b81d 100644 --- a/databases/gomysql/Makefile +++ b/databases/gomysql/Makefile @@ -15,6 +15,8 @@ DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411 MAINTAINER= wen@FreeBSD.org COMMENT= A MySQL client library written in Go +BROKEN= Does not compile with go1 + WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa PLIST_FILES= ${GO_LIBDIR}/mysql.a |