diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-12-16 14:56:37 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-12-16 14:56:37 +0000 |
commit | e5784c83fde7756c4fe77234166658412d27f87c (patch) | |
tree | e88aa06b6c6b6128d1bb9e7c468c3a413682ea54 /lang | |
parent | 48a632f48c95a38f7f7783ae737c4fd4c03c7d53 (diff) | |
download | pkgsrc-e5784c83fde7756c4fe77234166658412d27f87c.tar.gz |
fix DEPENDS
Diffstat (limited to 'lang')
-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 81fbc18c676..7696a3171bb 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/12/16 14:30:43 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 1999/12/16 14:56:37 dmcmahill Exp $ # DISTNAME= fort77-1.14a @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/} MAINTAINER= packages@netbsd.org -DEPENDS+= f2c:../../lang/f2c +DEPENDS+= f2c-*:../../lang/f2c # on 1.3.X systems there is not shared libf2c, thus use libf2c.a # from the f2c package. |