diff options
author | rh <rh> | 2000-01-02 15:05:22 +0000 |
---|---|---|
committer | rh <rh> | 2000-01-02 15:05:22 +0000 |
commit | 606c284ee3a1b9854a623894f281b123719119f0 (patch) | |
tree | 870a9a7e5ec40deb05079e5a09c7146a43ec3d6f /graphics/Makefile | |
parent | 7c4f1e798fc415b3fca11486a3feb6bdcc9a7b51 (diff) | |
download | pkgsrc-606c284ee3a1b9854a623894f281b123719119f0.tar.gz |
Add and enable gdk-pixbuf.
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 d36567e0780..3910a2c8fa1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 1999/12/10 00:07:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.70 2000/01/02 15:05:22 rh Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -23,6 +23,7 @@ # SUBDIR += fxtv SUBDIR += g3d SUBDIR += gd + SUBDIR += gdk-pixbuf # SUBDIR += geomview SUBDIR += get_ds7 # SUBDIR += gfont |