diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/godis/Makefile | 1 | ||||
-rw-r--r-- | databases/gomysql/Makefile | 8 | ||||
-rw-r--r-- | databases/gosqlite3/Makefile | 7 |
3 files changed, 2 insertions, 14 deletions
diff --git a/databases/godis/Makefile b/databases/godis/Makefile index 9100410a3dbb..c48dfa78538f 100644 --- a/databases/godis/Makefile +++ b/databases/godis/Makefile @@ -9,7 +9,6 @@ MASTER_SITES= LOCAL/jlaffaye MAINTAINER= gblach@FreeBSD.org COMMENT= A Redis client library written in Go -USE_GO= yes GO_PKGNAME= ${SUBLIBDIR}/${PORTNAME} SUBLIBDIR= github.com/simonz05 diff --git a/databases/gomysql/Makefile b/databases/gomysql/Makefile index f4e6f725b81d..5c0c12052228 100644 --- a/databases/gomysql/Makefile +++ b/databases/gomysql/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gomysql -# Date created: Dec 06, 2010 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org # $FreeBSD$ -# PORTNAME= gomysql PORTVERSION= 0.3.2 @@ -20,8 +16,6 @@ BROKEN= Does not compile with go1 WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa PLIST_FILES= ${GO_LIBDIR}/mysql.a -USE_GO= yes - .include <bsd.port.pre.mk> .include "${PORTSDIR}/lang/go/files/bsd.go.mk" .include <bsd.port.post.mk> diff --git a/databases/gosqlite3/Makefile b/databases/gosqlite3/Makefile index ae123c7d7896..43f888dfc56a 100644 --- a/databases/gosqlite3/Makefile +++ b/databases/gosqlite3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gosqlite3 -# Date created: Apr 11, 2011 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= gosqlite3 PORTVERSION= 20120330 @@ -15,7 +11,6 @@ COMMENT= A Go interface for SQLite3 LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 -USE_GO= yes GO_PKGNAME= ${SUBLIBDIR}/${PORTNAME} SUBLIBDIR= github.com/kuroneko |