fix dependencies
This commit is contained in:
parent
8571b20397
commit
34795a4f2a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/15 18:44:36 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/05/23 13:29:32 espie Exp $
|
||||
|
||||
COMMENT= library for reading and writing Matlab MAT files
|
||||
|
||||
@ -17,7 +17,11 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matio/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB= g2c m
|
||||
MODULES= fortran
|
||||
MODFORTRAN_WANTG77=Yes
|
||||
WANTLIB= ${MODFORTRAN_WANTLIB} m
|
||||
BUILD_DEPENDS= ${MODFORTRAN_BUILD_DEPENDS}
|
||||
LIB_DEPENDS= ${MODFORTRAN_LIB_DEPENDS}
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
Loading…
Reference in New Issue
Block a user