diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-16 10:39:06 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-16 10:39:06 +0000 |
commit | e79915bfed48f03efa28ddd4e654d9b0b82455e8 (patch) | |
tree | 75be8dac0cb04bc412b289236637933a2e80eed3 | |
parent | acticate ImageMagick (diff) |
Oops, misspelled the package in previous commmit
Notes
Notes:
svn path=/head/; revision=11009
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 446e76681fac..7bbbac70de8b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.71 1998/04/30 00:05:22 mph Exp $ +# $Id: Makefile,v 1.72 1998/05/16 10:35:14 andreas Exp $ # SUBDIR += ImageMagick @@ -41,7 +41,7 @@ SUBDIR += netpbm SUBDIR += p5-GD SUBDIR += p5-Image-Size - SUBDIR += p5-ImageMagick + SUBDIR += p5-PerlMagick SUBDIR += p5-chart SUBDIR += pgperl SUBDIR += pgplot |