diff options
Diffstat (limited to 'security/ruby-tcpwrap/Makefile')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index e8311990942..8b2c764be7d 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/08/24 05:00:54 taca Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:25:34 agc Exp $ # FreeBSD: ports/security/ruby-tcpwrap/Makefile,v 1.6 2000/09/26 08:02:10 knu Exp DISTNAME= ruby-tcpwrap-0.6 PKGNAME= ${RUBY_PKGNAMEPREFIX}tcpwrap-0.6 -WRKSRC= ${WRKDIR}/ruby-tcpwrap CATEGORIES= security MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/ @@ -11,6 +10,8 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= # not available COMMENT= TCP wrappers library for Ruby +WRKSRC= ${WRKDIR}/ruby-tcpwrap + .include "../../mk/bsd.prefs.mk" DEPENDS+= libident>=0.22:../../security/libident |