diff options
author | jmz <jmz@FreeBSD.org> | 1996-12-22 12:38:42 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-12-22 12:38:42 +0800 |
commit | 089089132e18de49dd0df9519b4b02e00d03cf79 (patch) | |
tree | ddc0d9c1161fd28e193d609313018426e6b4c8db /graphics | |
parent | 2e4b37054225f0804c12a10e284193be931dc2b1 (diff) | |
download | freebsd-ports-gnome-089089132e18de49dd0df9519b4b02e00d03cf79.tar.gz freebsd-ports-gnome-089089132e18de49dd0df9519b4b02e00d03cf79.tar.zst freebsd-ports-gnome-089089132e18de49dd0df9519b4b02e00d03cf79.zip |
Add pgplot.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e42718ad0e1d..e58a47ca7e53 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.32 1996/11/26 08:34:28 asami Exp $ +# $Id: Makefile,v 1.33 1996/12/19 22:34:52 fenner Exp $ # SUBDIR += ImageMagick @@ -24,6 +24,7 @@ SUBDIR += netpbm SUBDIR += p5-Image-Size SUBDIR += pixmap + SUBDIR += pgplot SUBDIR += png SUBDIR += povray SUBDIR += spigot |