diff options
author | bjs <bjs@pkgsrc.org> | 2008-08-19 17:51:56 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-08-19 17:51:56 +0000 |
commit | 2bd35ca78e2f569fd4965ab5fd9364064b1b579c (patch) | |
tree | dc206a74d50aafa24443bcc91320250062c22c63 /graphics | |
parent | e02163e7b2c5c1de7fc0266590372a314bd723e5 (diff) | |
download | pkgsrc-2bd35ca78e2f569fd4965ab5fd9364064b1b579c.tar.gz |
Add 'babl' to graphics/Makefile.
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 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 |