diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /lang/f77 | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'lang/f77')
-rw-r--r-- | lang/f77/Makefile | 2 | ||||
-rw-r--r-- | lang/f77/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/f77/Makefile b/lang/f77/Makefile index 375427a677f8..aa7619bc4fc0 100644 --- a/lang/f77/Makefile +++ b/lang/f77/Makefile @@ -14,6 +14,8 @@ DISTNAME= f77-freebsd.0.3 MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Fortran 77 driver utility for f2c and gcc + .ifdef GNU_CPP RUN_DEPENDS= ${PREFIX}/bin/f2c:${PORTSDIR}/lang/f2c .else diff --git a/lang/f77/pkg-comment b/lang/f77/pkg-comment deleted file mode 100644 index bbb26e06a2a4..000000000000 --- a/lang/f77/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fortran 77 driver utility for f2c and gcc |