diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-10 01:06:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-10 01:06:06 +0800 |
commit | 2b9ece045e88045e6ae8a8728f7cb5f028ad2f5f (patch) | |
tree | 469f7e1eef0f60cc80d7f280b1553f367c4ad1d8 /math | |
parent | 4f90573648e604ae0b0d6b032a6cf4ef9e5e9ebd (diff) | |
download | freebsd-ports-gnome-2b9ece045e88045e6ae8a8728f7cb5f028ad2f5f.tar.gz freebsd-ports-gnome-2b9ece045e88045e6ae8a8728f7cb5f028ad2f5f.tar.zst freebsd-ports-gnome-2b9ece045e88045e6ae8a8728f7cb5f028ad2f5f.zip |
- Update COMMENT
PR: 131039
Submitted by: Wen Heping <wenheping@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/py-gmpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 83e322f26eca..405e09b86922 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com -COMMENT= Read Write And Modify MARC Bibliographic Data +COMMENT= Python Extension that Wraps the GMP Library LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 |