diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-11-18 08:34:15 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-11-18 08:34:15 +0000 |
commit | 5380d7b48debabd047d2324f126c7d5ed5e5c510 (patch) | |
tree | 7e555e3277c30b6654c6954b4e8d70429ca7555f /graphics/Makefile | |
parent | dd4c8ee8239c40430a56cff143e04ac465a65720 (diff) | |
download | pkgsrc-5380d7b48debabd047d2324f126c7d5ed5e5c510.tar.gz |
Enable go-imaging
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 a592af3393d..77fd3e7f95a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.805 2018/11/16 00:16:42 schmonz Exp $ +# $NetBSD: Makefile,v 1.806 2018/11/18 08:34:15 ryoon Exp $ # COMMENT= Graphics tools and libraries @@ -206,6 +206,7 @@ SUBDIR+= gnome-icon-theme-symbolic SUBDIR+= gnome-themes-standard SUBDIR+= gnuplot SUBDIR+= go-image +SUBDIR+= go-imaging SUBDIR+= go-resize SUBDIR+= go-smartcrop SUBDIR+= gocr |