diff options
author | alex <alex@FreeBSD.org> | 2000-06-12 03:51:59 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-12 03:51:59 +0800 |
commit | b9706eafe9e569eb7061df55f1d99a982c6c747f (patch) | |
tree | 25dced0da22551360d5a5b793daa62f3743ee396 /biology/deft | |
parent | 99c9e8696f119bf4e44e31033e1b5585a07bdf04 (diff) | |
download | freebsd-ports-gnome-b9706eafe9e569eb7061df55f1d99a982c6c747f.tar.gz freebsd-ports-gnome-b9706eafe9e569eb7061df55f1d99a982c6c747f.tar.zst freebsd-ports-gnome-b9706eafe9e569eb7061df55f1d99a982c6c747f.zip |
fc is ftn77 now, adjust accordingly.
PR: 19160, 19161
Submitted by: Glenn Johnson <gjohnson@nola.srrc.usda.gov>
Reviewed by: will
Diffstat (limited to 'biology/deft')
-rw-r--r-- | biology/deft/Makefile | 2 | ||||
-rw-r--r-- | biology/deft/files/Makefile.deft | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/biology/deft/Makefile b/biology/deft/Makefile index 2a081c757d47..781239c3eece 100644 --- a/biology/deft/Makefile +++ b/biology/deft/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/source .if ${OSVERSION} >= 400005 # Using g77 is troublesome, then it is better to use f2c/cc. -BUILD_DEPENDS= fc:${PORTSDIR}/lang/f77 +BUILD_DEPENDS= ftn77:${PORTSDIR}/lang/f77 .endif post-configure: diff --git a/biology/deft/files/Makefile.deft b/biology/deft/files/Makefile.deft index 92451c41cbb1..d2d7d0826ac1 100644 --- a/biology/deft/files/Makefile.deft +++ b/biology/deft/files/Makefile.deft @@ -11,8 +11,8 @@ CFLAGS += -malign-double F2C = f2c F2CFLAGS += -w -Nn802 .if ${OSVERSION} >= 400005 -#FC = ftn77 -FC = fc +FC = ftn77 +#FC = fc CFLAGS += -I${PREFIX}/include .endif LFLAGS = |