diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-19 18:37:32 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-19 18:37:32 +0000 |
commit | 776db885aba7679200f613fd06825137020538d4 (patch) | |
tree | b22919699ff9dfd62d2bd1fc5e0707c11f0b65e4 /graphics/dataplot/files | |
parent | 5e191d2f8d0dd1d27f049ddf5302ac4335fcbb10 (diff) |
Notes
Diffstat (limited to 'graphics/dataplot/files')
-rw-r--r-- | graphics/dataplot/files/Makefile.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dataplot/files/Makefile.tmpl b/graphics/dataplot/files/Makefile.tmpl index 7080252bff7c..0462e8b5592f 100644 --- a/graphics/dataplot/files/Makefile.tmpl +++ b/graphics/dataplot/files/Makefile.tmpl @@ -15,11 +15,11 @@ HDRS = INSTALL = install -LD = $(CC) +LD = $(F77) -LDFLAGS = -L%%LOCALBASE%%/lib %%GCCLIBDIR%% +LDFLAGS = -L%%LOCALBASE%%/lib -LIBS = -lgd -lpng -ljpeg -lX11 -lz %%FORTRANLIBS%% -lm +LIBS = -lgd -lpng -ljpeg -lX11 -lz -lm MAKEFILE = Makefile |