diff options
author | obache <obache> | 2013-12-06 11:23:37 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-06 11:23:37 +0000 |
commit | 053434fd875f1e01e357a552a5dcce4392d6bd99 (patch) | |
tree | 80c40ebd306316c418955d71327f58cc46ff68aa | |
parent | 0a51b46ef1d36c4a58483ef53f3b1c991da713fc (diff) | |
download | pkgsrc-053434fd875f1e01e357a552a5dcce4392d6bd99.tar.gz |
+ Pillow
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8efa9fe3468..788960107d2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.662 2013/12/04 18:37:11 minskim Exp $ +# $NetBSD: Makefile,v 1.663 2013/12/06 11:23:37 obache Exp $ # COMMENT= Graphics tools and libraries @@ -18,6 +18,7 @@ SUBDIR+= MesaLib SUBDIR+= Ngraph SUBDIR+= OpenRM SUBDIR+= PanoTools +SUBDIR+= Pillow SUBDIR+= SDL_image SUBDIR+= TiffIO SUBDIR+= aalib |