aboutsummaryrefslogtreecommitdiffstats
path: root/biology/platon/files
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-17 13:30:10 +0800
committermaho <maho@FreeBSD.org>2007-01-17 13:30:10 +0800
commite98fad0e3c9af13861978b92e649cf1f273069f0 (patch)
treea0ef9298b7d7449c927e227003a02b379cbee630 /biology/platon/files
parent54b362ad0499a7fc03517cc02914b5990bbe97fa (diff)
downloadfreebsd-ports-gnome-e98fad0e3c9af13861978b92e649cf1f273069f0.tar.gz
freebsd-ports-gnome-e98fad0e3c9af13861978b92e649cf1f273069f0.tar.zst
freebsd-ports-gnome-e98fad0e3c9af13861978b92e649cf1f273069f0.zip
* Migrate to gfortran.
* Bump port revision.
Diffstat (limited to 'biology/platon/files')
-rw-r--r--biology/platon/files/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/biology/platon/files/Makefile b/biology/platon/files/Makefile
index 862af9363d60..4f6ca0bfb445 100644
--- a/biology/platon/files/Makefile
+++ b/biology/platon/files/Makefile
@@ -11,11 +11,6 @@ FOPT= ${FFLAGS} -Nx800 -NL400 -Nn802
.endif
COPT= ${CFLAGS} -I%%X11BASE%%/include
LOPT= -L%%X11BASE%%/lib -lX11
-.if defined(HAVE_G2C)
-LOPT+= -lg2c
-.else
-LOPT+= -lf2c
-.endif
all: ${OBJS}
${FC} -o ${TARGET} ${OBJS} ${LOPT}