diff options
author | taca <taca@pkgsrc.org> | 2019-09-18 15:53:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-09-18 15:53:45 +0000 |
commit | 3049eca061b6d3617d5cd604df2bb56c8395e810 (patch) | |
tree | ea6ad681b00b7cc8ee912ef750661248e5af137c /graphics | |
parent | 16afc88ab2b886d2a5d6b506c9e6718d41f71330 (diff) | |
download | pkgsrc-3049eca061b6d3617d5cd604df2bb56c8395e810.tar.gz |
graphics/Makefile: add and enable ruby-image_size
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 2d7eb1999e3..8c37f913f56 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.847 2019/09/14 18:11:40 tsutsui Exp $ +# $NetBSD: Makefile,v 1.848 2019/09/18 15:53:45 taca Exp $ # COMMENT= Graphics tools and libraries @@ -514,6 +514,7 @@ SUBDIR+= ruby-gd SUBDIR+= ruby-gdk3 SUBDIR+= ruby-gdk_pixbuf2 SUBDIR+= ruby-gnuplot +SUBDIR+= ruby-image_size SUBDIR+= ruby-imlib2 SUBDIR+= ruby-mini-magick SUBDIR+= ruby-oily_png |