diff options
author | minskim <minskim@pkgsrc.org> | 2018-05-01 16:05:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-05-01 16:05:59 +0000 |
commit | 5c38cd667bbf8c4af02c2b1d910563dc1883c72c (patch) | |
tree | 27aa092deeeb140b78b3843c38f88dbc5e400b2f /graphics | |
parent | 08d986003481fc0383a98ab05620ae6ec4768b46 (diff) | |
download | pkgsrc-5c38cd667bbf8c4af02c2b1d910563dc1883c72c.tar.gz |
graphics/Makefile: Add R-gridExtra
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 b63016446e2..3b59f8a0b18 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.790 2018/04/30 04:57:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.791 2018/05/01 16:05:59 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -23,6 +23,7 @@ SUBDIR+= PanoTools SUBDIR+= R-colorspace SUBDIR+= R-dichromat SUBDIR+= R-ggplot2 +SUBDIR+= R-gridExtra SUBDIR+= R-labeling SUBDIR+= R-latticeExtra SUBDIR+= R-munsell |