diff options
author | asau <asau@pkgsrc.org> | 2009-12-15 17:27:13 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-15 17:27:13 +0000 |
commit | 0092718c4f9259f0d0ee1524ae09031a0a0a9419 (patch) | |
tree | 343ed2f418f581544b7380f31dfbbb37dc194a1c /lang | |
parent | 45e4341ace496dfdd885cddbc6d3fecda8d1bdd4 (diff) | |
download | pkgsrc-0092718c4f9259f0d0ee1524ae09031a0a0a9419.tar.gz |
Depends on f2c. Bump package revision. PR pkg/42456
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fort77/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index 5b32a16e72d..6db70df5670 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.22 2009/12/05 11:35:49 asau Exp $ +# $NetBSD: Makefile,v 1.23 2009/12/15 17:27:13 asau Exp $ # DISTNAME= fort77-1.18 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= The driver for f2c, a fortran to C translator +DEPENDS+= f2c-[0-9]*:../../lang/f2c + PKG_DESTDIR_SUPPORT= user-destdir BUILD_TARGET= test |