diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-05-02 01:51:36 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-05-02 01:51:36 +0000 |
commit | 77a0f669df93a23f2a009819c977def585fc219e (patch) | |
tree | 8b89b56fc55cd409421fa977f618857fabc85ca2 | |
parent | 7726b888ceec843e9f61256b6706c9449eb33e8e (diff) | |
download | ports-77a0f669df93a23f2a009819c977def585fc219e.tar.gz ports-77a0f669df93a23f2a009819c977def585fc219e.zip |
Notes
-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 |