diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-fann/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-fann/Makefile b/devel/py-fann/Makefile index 4dd940de9b7..03e22537469 100644 --- a/devel/py-fann/Makefile +++ b/devel/py-fann/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/05 14:56:23 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2006/10/05 15:00:42 gdt Exp $ .include "../../devel/fann/Makefile.common" PKGNAME= ${PYPKGPREFIX}-fann-${FANNVERSION} - COMMENT= Fast Artificial Neural Network python interface -#WRKSRC= work/fann-${FANNVERSION}/python PYDISTUTILSPKG= YES PYSETUPSUBDIR= python |