diff options
author | jmz <jmz@FreeBSD.org> | 2004-01-25 00:19:07 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-01-25 00:19:07 +0000 |
commit | 94a6b890de37d025be99aaba9e1594bb26d52aed (patch) | |
tree | 4d9df0b4f3d89de4e6bbcd08046100b648b31cb1 /graphics/pgplot/Makefile | |
parent | 6edb63b03ec921d698159a6804a3deab4d880362 (diff) | |
download | FreeBSD-ports-94a6b890de37d025be99aaba9e1594bb26d52aed.zip FreeBSD-ports-94a6b890de37d025be99aaba9e1594bb26d52aed.tar.gz |
One of the source files is actually a C source, not F77 (gruser.c). This
should fix the amd64 build.
Diffstat (limited to 'graphics/pgplot/Makefile')
-rw-r--r-- | graphics/pgplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 7faf68b..2379e05 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgplot PORTVERSION= 5.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/ DISTNAME= ${PORTNAME}${PORTVERSION:R} |