diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
commit | d2101f2dd8dca97c1d1fa5dc408255ef1a114800 (patch) | |
tree | 21fd0e382e1d083542888e2bae8694d8f035c84e /devel/nx | |
parent | bc8b7ad6280d68ac02d185af048e8df9f78ed21e (diff) |
Notes
Diffstat (limited to 'devel/nx')
-rw-r--r-- | devel/nx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/nx/Makefile b/devel/nx/Makefile index 5c5b63ca9acb..b9a3836af667 100644 --- a/devel/nx/Makefile +++ b/devel/nx/Makefile @@ -13,7 +13,7 @@ CATEGORIES= devel MASTER_SITES= https://networkx.lanl.gov/download/ DISTNAME= networkx-${PORTVERSION} -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Python package for studying network structure, dynamics, and function BUILD_DEPENDS= ${PYNUMERIC} \ |