Skip to content

Commit

Permalink
- add missing MODPY_WANTLIB
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperla committed Jul 6, 2011
1 parent 9e09224 commit c8de633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions math/py-numpy/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.32 2011/06/08 17:36:01 jasper Exp $
# $OpenBSD: Makefile,v 1.33 2011/07/06 09:31:46 jasper Exp $

COMMENT= fast array and numeric programming library for Python

MODPY_EGG_VERSION= 1.6.0
DISTNAME= numpy-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION = 0
REVISION = 1
CATEGORIES= math devel

HOMEPAGE= http://numpy.scipy.org/
Expand All @@ -18,7 +18,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

WANTLIB= blas m lapack ${MODFORTRAN_WANTLIB}
WANTLIB= blas m lapack ${MODFORTRAN_WANTLIB} ${MODPY_WANTLIB}

MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}

Expand Down

0 comments on commit c8de633

Please sign in to comment.