diff options
Diffstat (limited to 'security/ruby-password/Makefile')
-rw-r--r-- | security/ruby-password/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index 0d5cce1b516..48bf5244bcb 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/02/21 16:01:19 taca Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/23 18:16:57 asau Exp $ DISTNAME= ruby-password-0.5.3 PKGNAME= ${DISTNAME:S/ruby/${RUBY_PKGPREFIX}/} @@ -11,8 +11,6 @@ HOMEPAGE= http://www.caliban.org/ruby/ruby-password.shtml COMMENT= Suite of password handling methods for Ruby LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${RUBY_PKGPREFIX}-termios>=0.9.5:../../comms/ruby-termios USE_RUBY_EXTCONF= yes |