summaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-05-25 15:43:34 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-05-25 15:43:34 +0000
commit00d52a3e4c5bf9de39ce9d6095393f52407d69df (patch)
treec0750f82911803374c81b8cf05e2b96f037e2d8a /databases/py-MySQLdb
parent- Mark BROKEN: does not build ("ValueError: too many values to unpack") (diff)
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=415839
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 ab707041c966..4f350b92fae9 100644
--- a/databases/py-MySQLdb/Makefile
+++ b/databases/py-MySQLdb/Makefile
@@ -10,9 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Access a MySQL database through Python
-USES= python:2
+USES= python:2 mysql
USE_PYTHON= distutils autoplist
-USE_MYSQL= yes
USE_GITHUB= yes
GH_ACCOUNT= farcepest
GH_PROJECT= ${PORTNAME}1
@@ -21,7 +20,6 @@ CONFLICTS= py*-MySQLdb-[0-9]* py*-MySQLdb5[0-9]-[0-9]*
PORTDOCS= *
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-WRKSRC= ${WRKDIR}/${PORTNAME}1-${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= DOCS MYSQLCLIENT_R
OPTIONS_DEFAULT= MYSQLCLIENT_R