aboutsummaryrefslogtreecommitdiff
path: root/www/trac-ticketimport/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:41:20 +0000
committerMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:41:20 +0000
commit1b0994ee1eff286d2800b1881a5582132b96e32f (patch)
tree5de250878ab793a0857c0738238f861a73b7258c /www/trac-ticketimport/Makefile
parent8220d1b22997d3bb59049bfe5dee0caafa1f38d6 (diff)
downloadports-1b0994ee1eff286d2800b1881a5582132b96e32f.tar.gz
ports-1b0994ee1eff286d2800b1881a5582132b96e32f.zip
Notes
Diffstat (limited to 'www/trac-ticketimport/Makefile')
-rw-r--r--www/trac-ticketimport/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/trac-ticketimport/Makefile b/www/trac-ticketimport/Makefile
index 1bc8a536abe1..0b2cfd133971 100644
--- a/www/trac-ticketimport/Makefile
+++ b/www/trac-ticketimport/Makefile
@@ -14,9 +14,8 @@ COMMENT= Import or update tickets from a CSV file or Excel file
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.1:${PORTSDIR}/textproc/py-xlrd
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= distutils autoplist
# Maintainter targets below this point