diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-06-23 02:15:09 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-06-23 02:15:09 +0000 |
commit | 65fa3a020eb09d43fe6d58babb1bd5232ad7472b (patch) | |
tree | a8598420594d66e11332e271762d2b64fedebb7a /security/ruby-password | |
parent | 81bfc793391817070ef10b0d5bce5e081834d20e (diff) |
- Make dep on libcrack less specific to fix build
PR: ports/179789
Submitted by: John Marino <draco@marino.st>
Notes
Notes:
svn path=/head/; revision=321605
Diffstat (limited to 'security/ruby-password')
-rw-r--r-- | security/ruby-password/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index 953e19ce1b2c..1261ce90de98 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/Password -# Date created: 18 September 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= password PORTVERSION= 0.5.3 @@ -17,7 +13,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library to create, verify, and manipulate passwords -LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib +LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib RUN_DEPENDS= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios USE_RUBY= yes |