diff options
author | minskim <minskim@pkgsrc.org> | 2018-03-09 17:04:17 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-03-09 17:04:17 +0000 |
commit | d5038fdeafaabc5108ad4802852cc666f30ba4f9 (patch) | |
tree | a0e7238462b9a83c446b9e29f42d32ec1ce11580 /graphics | |
parent | 029074970708e46fc141eb81e6995d3628f1d9ca (diff) | |
download | pkgsrc-d5038fdeafaabc5108ad4802852cc666f30ba4f9.tar.gz |
graphics/Makefile: Add R-labeling
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 0ac97c5687e..218170c25c3 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.783 2018/03/08 19:36:17 minskim Exp $ +# $NetBSD: Makefile,v 1.784 2018/03/09 17:04:17 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -22,6 +22,7 @@ SUBDIR+= OpenRM SUBDIR+= PanoTools SUBDIR+= R-colorspace SUBDIR+= R-dichromat +SUBDIR+= R-labeling SUBDIR+= R-latticeExtra SUBDIR+= R-munsell SUBDIR+= SDL2_image |