fix dependencies

This commit is contained in:
espie 2010-05-23 13:29:32 +00:00
parent 8571b20397
commit 34795a4f2a

View File

@ -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