diff options
author | rillig <rillig> | 2006-06-16 09:23:22 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-16 09:23:22 +0000 |
commit | bf7910f5c94ad5594135f7865b1696be47910983 (patch) | |
tree | 10af9021697e79e29a1be330b5e7dd4bbb92a6cb /security | |
parent | f6127f6dc118272758b4ad0c69071926e0593b72 (diff) | |
download | pkgsrc-bf7910f5c94ad5594135f7865b1696be47910983.tar.gz |
REPLACE_PERL without a runtime dependency to Perl is useless. Bumped
PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index a7c472b90eb..c28be601c62 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2006/04/08 04:30:18 martti Exp $ +# $NetBSD: Makefile,v 1.55 2006/06/16 09:23:22 rillig Exp $ DISTNAME= stunnel-4.07 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/stunnel/ \ ftp://stunnel.mirt.net/stunnel/ \ @@ -23,6 +23,7 @@ PKG_SYSCONFSUBDIR= stunnel RCD_SCRIPTS= stunnel REPLACE_PERL+= src/stunnel3.in +USE_TOOLS+= perl:run .include "../../mk/bsd.prefs.mk" .include "options.mk" |