summaryrefslogtreecommitdiff
path: root/security/beecrypt/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-12 20:50:27 +0000
committersnj <snj@pkgsrc.org>2004-04-12 20:50:27 +0000
commit161c8b4a603582d59c298c251bde7ef2287fb377 (patch)
treec97a0c57ca78005f3b4f4e673d4d2cf7d71aa86d /security/beecrypt/Makefile
parent9cc55cb3b9a4e4811823e631b0e39530d19be65e (diff)
downloadpkgsrc-161c8b4a603582d59c298c251bde7ef2287fb377.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security/beecrypt/Makefile')
-rw-r--r--security/beecrypt/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile
index 8b90939dfae..815b7857537 100644
--- a/security/beecrypt/Makefile
+++ b/security/beecrypt/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:50 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.4 2004/04/12 20:50:27 snj Exp $
DISTNAME= beecrypt-3.0.0
CATEGORIES= security
@@ -10,10 +9,10 @@ HOMEPAGE= http://www.virtualunlimited.com/products/beecrypt/
COMMENT= Multipurpose cryptographic library
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_LIBTOOL= YES
CONFIGURE_ARGS+= --without-javaglue
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"