summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-21 09:11:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-21 09:11:30 +0000
commitda123327c8fa12ef492ac86a137ac0192e48cf8d (patch)
tree49bc7086e9db81adbc42b3b5e9e19c4dbea79658 /security
parent- Fix plist [1] (diff)
- Fix OPTIONS
- Fix prompt passphrase dependency PR: ports/92073 Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=154050
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-net-ssh/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile
index 3091ea30a0fd..95d246db9b4d 100644
--- a/security/rubygem-net-ssh/Makefile
+++ b/security/rubygem-net-ssh/Makefile
@@ -7,6 +7,7 @@
PORTNAME= net-ssh
PORTVERSION= 1.0.6
+PORTREVISION= 1
CATEGORIES= security ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/8149/
@@ -16,15 +17,15 @@ COMMENT= Non-interactive SSH processing
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/needle-1.3.0.gemspec:${PORTSDIR}/devel/rubygem-needle
OPTIONS= PROMPT_PASSPHRASES "Prompt for passphrases on keys" On
-OPTIONSFILE= ${PORTS_DBDIR}/rubygem-${PORTNAME}/options
+OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
-# to get RUBY_SITELIBDIR
+# to get RUBY_SITEARCHLIBDIR
USE_RUBY= yes
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_PROMPT_PASSPHRASES)
-RUN_DEPENDS+= ${RUBY_SITELIBDIR}/password.rb:${PORTSDIR}/security/ruby-password
+RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios
.endif
post-install: