diff options
author | rh <rh@pkgsrc.org> | 2000-08-03 19:21:44 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-03 19:21:44 +0000 |
commit | 25b37440bb552d7a670429c83204131767804f6c (patch) | |
tree | acd382ed909199533c6b0fb77da1fac8a59a6d7e /graphics | |
parent | 068ac71d32dfd843f64ff35760b43920c829eeeb (diff) | |
download | pkgsrc-25b37440bb552d7a670429c83204131767804f6c.tar.gz |
Add and enable fbm.
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 53257b86785..592c9cf2b88 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2000/07/31 01:56:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.86 2000/08/03 19:21:44 rh Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -14,6 +14,7 @@ SUBDIR += dx SUBDIR += dxsamples SUBDIR += ee + SUBDIR += fbm SUBDIR += fly SUBDIR += fnlib SUBDIR += freetype |