diff options
author | jlam <jlam> | 2000-05-01 06:05:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-05-01 06:05:29 +0000 |
commit | 56766645171ceca1d5a044acb0652c3c74e44df6 (patch) | |
tree | 655b8b0ce495276d6f6b11b61e5e3f0fa7912e27 /graphics | |
parent | 1a84df94a3ad85a68b254dc347cd38a0e5639ca7 (diff) | |
download | pkgsrc-56766645171ceca1d5a044acb0652c3c74e44df6.tar.gz |
Add and enable freetype-{lib,utils}.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f18b6182a0c..4166bf63f51 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2000/04/23 02:01:01 kim Exp $ +# $NetBSD: Makefile,v 1.79 2000/05/01 06:05:29 jlam Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -17,6 +17,8 @@ SUBDIR += fly SUBDIR += fnlib SUBDIR += freetype + SUBDIR += freetype-lib + SUBDIR += freetype-utils SUBDIR += fujiplay SUBDIR += g3d SUBDIR += gd |