summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-04-11 00:10:55 +0000
committertaca <taca@pkgsrc.org>2021-04-11 00:10:55 +0000
commit60842acd4637d10838e313558c87a9083d4f984d (patch)
tree617064c4cd9e10d5c88cbb0eee7f01d5c6f7c83a /security
parent7f9a8c5871ceace63778f5376398453a60f16955 (diff)
downloadpkgsrc-60842acd4637d10838e313558c87a9083d4f984d.tar.gz
security/ruby-rex-exploitation: remove dependency to ruby-rexml
Dro dependency to ruby-rexml since all ruby*-base contains ruby-rexml package.
Diffstat (limited to 'security')
-rw-r--r--security/ruby-rex-exploitation/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/ruby-rex-exploitation/Makefile b/security/ruby-rex-exploitation/Makefile
index 818ce206edb..3509a4dbc0b 100644
--- a/security/ruby-rex-exploitation/Makefile
+++ b/security/ruby-rex-exploitation/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2021/02/14 15:04:30 taca Exp $
+# $NetBSD: Makefile,v 1.9 2021/04/11 00:10:55 taca Exp $
DISTNAME= rex-exploitation-0.1.27
+PKGREVISION= 1
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
@@ -16,9 +17,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
USE_LANGUAGES= # none
-.include "../../lang/ruby/rubyversion.mk"
-.if empty(RUBY_VER:M2[0-9])
-DEPENDS+= ${RUBY_PKGPREFIX}-rexml-[0-9]*:../../textproc/ruby-rexml
-.endif
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"