summaryrefslogtreecommitdiff
path: root/security/srp_client
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 19:45:26 +0000
committerwiz <wiz>2002-10-09 19:45:26 +0000
commit5d5b9fc60903756e29f6962621f79d12383fe6e4 (patch)
tree03db1ba0a0fabecd475e34da2e6886edeb109c8f /security/srp_client
parent3d6abf71a4b51be576b503db7dd7912bd78e4828 (diff)
downloadpkgsrc-5d5b9fc60903756e29f6962621f79d12383fe6e4.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'security/srp_client')
-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"