diff options
author | bjs <bjs> | 2008-08-19 17:51:56 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-08-19 17:51:56 +0000 |
commit | e27c28ab802454847d87edbdcf1c19c6be71dad2 (patch) | |
tree | dc206a74d50aafa24443bcc91320250062c22c63 | |
parent | cbc90a396fbfcd0201b7e5fafb2ccb3474e229cc (diff) | |
download | pkgsrc-e27c28ab802454847d87edbdcf1c19c6be71dad2.tar.gz |
Add 'babl' 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 99cb314a6dc..f94f5bfeea5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.483 2008/05/20 13:41:01 tnn Exp $ +# $NetBSD: Makefile,v 1.484 2008/08/19 17:51:56 bjs Exp $ # COMMENT= Graphics tools and libraries @@ -31,6 +31,7 @@ SUBDIR+= aqsis SUBDIR+= artist SUBDIR+= autotrace SUBDIR+= aview +SUBDIR+= babl SUBDIR+= barcode SUBDIR+= bktr2jpeg SUBDIR+= blender |