summaryrefslogtreecommitdiff
path: root/security/srp_client
diff options
context:
space:
mode:
authorsnj <snj>2004-04-26 04:36:24 +0000
committersnj <snj>2004-04-26 04:36:24 +0000
commit0913d567f2c116f2feb3fda857587e1decf3161f (patch)
treea77a6ccca230bb1421067e6fe650aed96f5a762f /security/srp_client
parent0b3fc2f9d578a987e7c9f7c043c0a47c74abec77 (diff)
downloadpkgsrc-0913d567f2c116f2feb3fda857587e1decf3161f.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security/srp_client')
-rw-r--r--security/srp_client/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index ff22949b452..ee021c5c94d 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/04/24 22:46:11 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2004/04/26 04:37:38 snj Exp $
DISTNAME= srp-1.4.4
PKGNAME= srp-client-1.4.4
@@ -14,7 +14,7 @@ LICENSE= srp_client-license
CRYPTO= yes
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
CPPFLAGS+= -Dunix=1
#CPPFLAGS+= -Dkrb_get_err_text=k_strerror
@@ -51,5 +51,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ftp/ftp/ftp ${PREFIX}/bin/srpftp
${INSTALL_DATA} ${WRKSRC}/ftp/ftp/ftp.M ${PREFIX}/man/man1/srpftp.1
-.include "../../devel/gmp/buildlink2.mk"
+.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"