diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 19:45:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 19:45:26 +0000 |
commit | fc8531e30bb4e8d65c33a63c10aa71a9efb671a3 (patch) | |
tree | 03db1ba0a0fabecd475e34da2e6886edeb109c8f /security/srp_client | |
parent | 9ab3428f4925772add7dd698773d07db67047c1f (diff) | |
download | pkgsrc-fc8531e30bb4e8d65c33a63c10aa71a9efb671a3.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'security/srp_client')
-rw-r--r-- | security/srp_client/Makefile | 5 |
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" |