diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-12-16 14:30:43 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-12-16 14:30:43 +0000 |
commit | 874bd2896664ea670095c7814971df0ea8d17f17 (patch) | |
tree | dceee0c6deb5cfe1fc9e411ea4cc7854525e6fe0 /lang/fort77 | |
parent | ccbdb7ca84e04f64b5c421644d01e35c85fafae8 (diff) | |
download | pkgsrc-874bd2896664ea670095c7814971df0ea8d17f17.tar.gz |
changed depends from f2c-19980913 (the pkg) to just f2c (the executible)
Diffstat (limited to 'lang/fort77')
-rw-r--r-- | lang/fort77/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index ddc5d8407fa..81fbc18c676 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:44 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/16 14:30:43 dmcmahill Exp $ # DISTNAME= fort77-1.14a @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/} MAINTAINER= packages@netbsd.org -DEPENDS+= f2c-19980913:../../lang/f2c +DEPENDS+= f2c:../../lang/f2c # on 1.3.X systems there is not shared libf2c, thus use libf2c.a # from the f2c package. |