Fix packaging with python-3.

Approved by:	lwhsu
This commit is contained in:
Dmitry Sivachenko 2013-10-03 10:37:49 +00:00
parent f106670c04
commit 16b6adfe94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329165
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ USE_XZ= yes
USES= gettext
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYTHON_PY3K_PLIST_HACK= yes
PYDISTUTILS_PKGNAME= Django
PYDISTUTILS_PKGVERSION= 1.7

View file

@ -18,6 +18,7 @@ LICENSE= BSD
USES= gettext
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYTHON_PY3K_PLIST_HACK= yes
PYDISTUTILS_PKGNAME= Django
CONFLICTS= py[23][0-9]-django-devel-[0-9]* py[23][0-9]-django-1.[0-46-9].*