diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-18 11:38:00 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-18 11:38:00 +0000 |
commit | 0c7bf74b81e9a7d9571b6780f05786c843680536 (patch) | |
tree | f8c153bb6f0990645d4d97b89828cb96551e042d /math/py-numeric/Makefile | |
parent | 4e693641b0bc28ec7b5f7f68c65b1263e18113fb (diff) |
Link against libg2c, so the lapack_lite module actually works.
Notes
Notes:
svn path=/head/; revision=32801
Diffstat (limited to 'math/py-numeric/Makefile')
-rw-r--r-- | math/py-numeric/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index aa0fe42c5617..380731776bf9 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -7,6 +7,7 @@ PORTNAME= numeric PORTVERSION= 16.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= numpy |