diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-26 03:21:27 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-26 03:21:27 +0000 |
commit | 333962fb94086dec5f79ac10da278ba40e60dd62 (patch) | |
tree | 2e105f41f6033101374e55fe63800c17435b5a3e /security/rubygem-net-ssh/Makefile | |
parent | 46452a19b5a7d3ccb2d53ca32e8df0e2aa92d8bb (diff) |
Notes
Diffstat (limited to 'security/rubygem-net-ssh/Makefile')
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 6912beaaa831..ac49adab5c70 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-ssh PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -22,7 +23,7 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .if !defined(WITHOUT_PROMPT_PASSPHRASES) -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios +RUN_DEPENDS+= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios .endif .include <bsd.port.mk> |