summaryrefslogtreecommitdiff
path: root/security/mcrypt
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 03:32:00 +0000
committersnj <snj@pkgsrc.org>2004-04-25 03:32:00 +0000
commitdd30f76b0669422cd16d5150b4c62f1d9c27e49e (patch)
tree1626c460a9eb1b34b136512600ecc0334da236e8 /security/mcrypt
parent5917b49f32a7b12881a3da0777237425c0bf1a8d (diff)
downloadpkgsrc-dd30f76b0669422cd16d5150b4c62f1d9c27e49e.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security/mcrypt')
-rw-r--r--security/mcrypt/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index 1010e4b8deb..7d3d6a7f831 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/02/14 17:21:52 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/25 03:32:00 snj Exp $
DISTNAME= mcrypt-2.6.4
PKGREVISION= 1
@@ -10,13 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://mcrypt.hellug.gr/
COMMENT= Replacement to crypt(1), supports many crypto algorithms
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../security/libmcrypt/buildlink2.mk"
-.include "../../security/mhash/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../security/libmcrypt/buildlink3.mk"
+.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"