diff options
author | snj <snj> | 2004-04-25 03:32:00 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 03:32:00 +0000 |
commit | 258e29fdf01d47a1d21c9e6e3c1de8c1fbc4de55 (patch) | |
tree | 1626c460a9eb1b34b136512600ecc0334da236e8 /security/mcrypt | |
parent | c12f6326c0d7ad0fd8b27b2a7357a5fc62c1eb3b (diff) | |
download | pkgsrc-258e29fdf01d47a1d21c9e6e3c1de8c1fbc4de55.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 10 |
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" |