diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-11-11 07:25:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-11-11 07:25:27 +0000 |
commit | 069ac360143c964f79fc80d84cb04a91168a20cb (patch) | |
tree | 4d47b8fb26ac682cd3330d7b9132812a6d2ab323 /security/ruby-tcpwrap | |
parent | 39cf883c5a6e5f30198137a26e4ffa16a567db63 (diff) |
Notes
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 |