diff options
author | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
commit | a68a277b43e5634f08282aba07a130b923be1b72 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /security/stunnel | |
parent | 8acc4797c26eba4fe23ae4f445f0f82bde5e7d2e (diff) | |
download | pkgsrc-a68a277b43e5634f08282aba07a130b923be1b72.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index af21e4dce61..32725dd3a69 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/08/19 16:26:07 martin Exp $ -# +# $NetBSD: Makefile,v 1.23 2001/08/27 14:35:13 tron Exp $ DISTNAME= stunnel-3.20 CATEGORIES= security @@ -11,7 +10,7 @@ MAINTAINER= martin@NetBSD.ORG HOMEPAGE= http://www.stunnel.org/ COMMENT= Universal SSL tunnel -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf USE_BUILDLINK_ONLY= # defined USE_SSL= # defined |