aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gomysql
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-18 07:40:57 +0800
committerAlex Kozlov <ak@FreeBSD.org>2013-04-18 07:40:57 +0800
commitd16c2e222e2881f5eedcf2c826d034dedebe7b15 (patch)
tree9c4a191a0892bf7573188b155f2c19226e759d78 /databases/gomysql
parent9a361994a8082d0d90b51cb368b056198127df7b (diff)
downloadfreebsd-ports-gnome-d16c2e222e2881f5eedcf2c826d034dedebe7b15.tar.gz
freebsd-ports-gnome-d16c2e222e2881f5eedcf2c826d034dedebe7b15.tar.zst
freebsd-ports-gnome-d16c2e222e2881f5eedcf2c826d034dedebe7b15.zip
- Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612) - Convert Makefile headers to new style Approved by: portmgr (bapt) Feature safe: yes
Diffstat (limited to 'databases/gomysql')
-rw-r--r--databases/gomysql/Makefile8
1 files changed, 1 insertions, 7 deletions
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>