summaryrefslogtreecommitdiff
path: root/security/srp_client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r--security/srp_client/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index e90aa173b9b..6769ab26a0e 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2002/10/02 22:19:47 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2002/10/09 19:45:26 wiz Exp $
DISTNAME= srp-1.4.4
PKGNAME= srp-client-1.4.4
@@ -14,6 +14,7 @@ LICENSE= srp_client-license
CRYPTO= yes
GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
CPPFLAGS+= -Dunix=1
#CPPFLAGS+= -Dkrb_get_err_text=k_strerror
@@ -50,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/buildlink.mk"
+.include "../../devel/gmp/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"