diff options
Diffstat (limited to 'databases/gomysql/Makefile')
-rw-r--r-- | databases/gomysql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/gomysql/Makefile b/databases/gomysql/Makefile index 5c0c12052228..1cb187ba9984 100644 --- a/databases/gomysql/Makefile +++ b/databases/gomysql/Makefile @@ -16,6 +16,7 @@ BROKEN= Does not compile with go1 WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa PLIST_FILES= ${GO_LIBDIR}/mysql.a +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include <bsd.port.post.mk> |