aboutsummaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:48:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:48:20 +0000
commit05f6b4ccaba8620de5ea5d83ed76ef10a4596aac (patch)
tree449d872ae280dfcd56c9411f8e32ca3f60ba5986 /databases/py-MySQLdb
parent23d876c60e0940c075815eee07c995924e9ffc9a (diff)
downloadports-05f6b4ccaba8620de5ea5d83ed76ef10a4596aac.tar.gz
ports-05f6b4ccaba8620de5ea5d83ed76ef10a4596aac.zip
Notes
Diffstat (limited to 'databases/py-MySQLdb')
-rw-r--r--databases/py-MySQLdb/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile
index 5bfa00617f80..c8f058f5afdb 100644
--- a/databases/py-MySQLdb/Makefile
+++ b/databases/py-MySQLdb/Makefile
@@ -32,8 +32,6 @@ MYSQLCLIENT_R_DESC= Use libmysqlclient_r (thread safe)
NO_STAGE= yes
.include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
-
.if ${PORT_OPTIONS:MMYSQLCLIENT_R}
pre-configure:
@${REINPLACE_CMD} -E -e "s|(threadsafe.*)True|\1 False|" \
@@ -47,4 +45,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>