diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1997-09-09 20:01:28 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1997-09-09 20:01:28 +0000 |
commit | ca9eb57abe7665df8cd0641d278f93e589401f38 (patch) | |
tree | fed52964ae9ab8006592c682f4abebdfa2bccc38 /graphics/Makefile | |
parent | 793e8f7481975784913d65a9a348690012ddb6fa (diff) |
Activate gfont.
Notes
Notes:
svn path=/head/; revision=7837
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f15328e18230..21549f403986 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.50 1997/07/15 15:02:29 itojun Exp $ +# $Id: Makefile,v 1.51 1997/08/19 07:17:56 fenner Exp $ # SUBDIR += ImageMagick @@ -9,6 +9,7 @@ SUBDIR += dore SUBDIR += gd SUBDIR += geomview + SUBDIR += gfont SUBDIR += giflib SUBDIR += gifmerge SUBDIR += giftool |