Index: devel/Makefile =================================================================== --- devel/Makefile (revision 409266) +++ devel/Makefile (working copy) @@ -4544,6 +4544,7 @@ SUBDIR += py3-gobject3 SUBDIR += py3-jsonschema SUBDIR += py3-libpeas + SUBDIR += py3-nose SUBDIR += py3-pytz SUBDIR += py3-python-magic SUBDIR += py3-vcversioner Index: devel/py-nose/Makefile =================================================================== --- devel/py-nose/Makefile (revision 409266) +++ devel/py-nose/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/lgpl.txt -USES= python +USES?= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py3-nose/Makefile =================================================================== --- devel/py3-nose/Makefile (nonexistent) +++ devel/py3-nose/Makefile (working copy) @@ -0,0 +1,8 @@ +# Created by: Ben Woods +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-nose + +USES= python:3 + +.include "${MASTERDIR}/Makefile" Property changes on: devel/py3-nose/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property