diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
commit | fbc660cb2c24a55e37464725f9ac601142494606 (patch) | |
tree | 36d707e1a5b549fb117fe7cf51b8a59b13955b07 /math | |
parent | 5ef7f5c2944056edc4a39408a66ccfbb3b966fa4 (diff) | |
download | ports-fbc660cb2c24a55e37464725f9ac601142494606.tar.gz ports-fbc660cb2c24a55e37464725f9ac601142494606.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-gsl/Makefile | 1 | ||||
-rw-r--r-- | math/py-gsl/pkg-comment | 1 | ||||
-rw-r--r-- | math/py-numarray/Makefile | 1 | ||||
-rw-r--r-- | math/py-numarray/pkg-comment | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index be727ff71e5f..44e1ed69cd6b 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -15,6 +15,7 @@ DISTNAME= pygsl-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= perky@FreeBSD.org +COMMENT= Python interface to GNU Scientific Library LIB_DEPENDS= gsl.4:${PORTSDIR}/math/gsl diff --git a/math/py-gsl/pkg-comment b/math/py-gsl/pkg-comment deleted file mode 100644 index afe43f68bc30..000000000000 --- a/math/py-gsl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python interface to GNU Scientific Library diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 8f387009df90..7893e5ac9c7f 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= numpy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@FreeBSD.org +COMMENT= Numeric array manipulation extension module for Python USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/math/py-numarray/pkg-comment b/math/py-numarray/pkg-comment deleted file mode 100644 index 447df01a252f..000000000000 --- a/math/py-numarray/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Numeric array manipulation extension module for Python |