diff options
author | christos <christos@pkgsrc.org> | 2014-06-23 22:24:24 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2014-06-23 22:24:24 +0000 |
commit | 350e537839ea1d3700901cbcc38623b8e16714f6 (patch) | |
tree | 3a1c5f751668d69e7d356f11b664debccaa199b7 /comms/kermit/Makefile | |
parent | 556197617c815e61c9a3d5937a5a95b388668316 (diff) | |
download | pkgsrc-350e537839ea1d3700901cbcc38623b8e16714f6.tar.gz |
Add patches to fix the crypto build (we still don't build with crypto but
now we could).
Diffstat (limited to 'comms/kermit/Makefile')
-rw-r--r-- | comms/kermit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index cf731cf49b5..a319b1702a0 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.84 2014/02/12 23:17:38 tron Exp $ +# $NetBSD: Makefile,v 1.85 2014/06/23 22:24:24 christos Exp $ DISTNAME= cku302 PKGNAME= kermit-9.0.302 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= comms MASTER_SITES= ftp://ftp.kermitproject.org/kermit/archives/ |