diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-05-27 15:16:36 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-05-27 15:16:36 +0000 |
commit | 46b5759a564a8b5339269297b95c0e41d4791333 (patch) | |
tree | aa0b949ec752a59192b9632b56df3290f867a3a1 /graphics/Makefile | |
parent | 5d13a845b15555ba6599552b57c3e9e4bb278a39 (diff) | |
download | pkgsrc-46b5759a564a8b5339269297b95c0e41d4791333.tar.gz |
go-resize: remove.
Same rationale as for go-smartcrop: it was only here as a dependency of
www/hugo, which has switched to Go modules.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c6635ff4a07..768489a4ece 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.936 2021/05/27 15:08:04 bsiegert Exp $ +# $NetBSD: Makefile,v 1.937 2021/05/27 15:16:36 bsiegert Exp $ # COMMENT= Graphics tools and libraries @@ -219,7 +219,6 @@ SUBDIR+= gnuplot SUBDIR+= go-gift SUBDIR+= go-image SUBDIR+= go-imaging -SUBDIR+= go-resize SUBDIR+= gocr SUBDIR+= goocanvas2 SUBDIR+= gource |