diff options
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 29d826a2f9a3..2c3b23c08d64 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcpwrap PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= security ruby MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= TCP wrappers library for Ruby -BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident +LIB_DEPENDS= ident.0:${PORTSDIR}/security/libident USE_RUBY= yes USE_RUBY_EXTCONF= yes |