From 65894355002d7ee58c90011436d879bccc7d3885 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 20 Jan 2002 01:30:36 +0000 Subject: Use gmp's buildlink.mk (Makefile). Remove another kerberos prototype that's conflicting with the real one (patch-ag). --- security/srp_client/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'security/srp_client/Makefile') diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 12979c65fb6..d716e8f24aa 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/11/29 19:46:13 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2002/01/20 01:30:36 wiz Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -10,7 +10,6 @@ MAINTAINER= jlam@netbsd.org COMMENT= client programs using Secure Remote Password protocol BUILD_DEPENDS+= automake>=1.4:../../devel/automake -DEPENDS+= gmp>=2.0.2:../../devel/gmp LICENSE= srp_client-license @@ -19,8 +18,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -Dunix=1 #CPPFLAGS+= -Dkrb_get_err_text=k_strerror -CPPFLAGS+= -I${LOCALBASE}/include # gmp.h -LDFLAGS+= -L${LOCALBASE}/lib # libgmp.a CONFIGURE_ARGS+= --with-srp --with-cast --enable-loginf @@ -54,4 +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 "../../mk/bsd.pkg.mk" -- cgit v1.2.3