diff options
Diffstat (limited to 'devel/py-testtools/Makefile')
-rw-r--r-- | devel/py-testtools/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index 007eb7b98ee..53af22ad82d 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/24 13:22:22 obache Exp $ -# +# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:05 wiz Exp $ DISTNAME= testtools-0.9.34 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +12,5 @@ LICENSE= mit AND python-software-foundation USE_LANGUAGES= # none -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |