diff options
author | agc <agc> | 2014-12-12 22:05:50 +0000 |
---|---|---|
committer | agc <agc> | 2014-12-12 22:05:50 +0000 |
commit | 3dc5039f55f145e276fcc58370bc805516917db4 (patch) | |
tree | 05c21234253e2d205c0416e5896c44490b5f0680 /graphics | |
parent | 95f6f67b22d9916666ad67be84b5806749dce0da (diff) | |
download | pkgsrc-3dc5039f55f145e276fcc58370bc805516917db4.tar.gz |
add and enable libbpg
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 6322fe0044c..cc0d9a116c7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.695 2014/11/25 10:07:18 wiz Exp $ +# $NetBSD: Makefile,v 1.696 2014/12/12 22:05:50 agc Exp $ # COMMENT= Graphics tools and libraries @@ -262,6 +262,7 @@ SUBDIR+= lensfun SUBDIR+= leptonica SUBDIR+= lib3ds SUBDIR+= libart +SUBDIR+= libbpg SUBDIR+= libcaca SUBDIR+= libexif SUBDIR+= libexif-gtk |