diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-20 01:30:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-20 01:30:36 +0000 |
commit | 65894355002d7ee58c90011436d879bccc7d3885 (patch) | |
tree | 2aa866f3d8a83cf8b2b910461f13c998414e47b4 /security/srp_client/Makefile | |
parent | 314de8c1d6a722cd4ee7a39988d7268427162601 (diff) | |
download | pkgsrc-65894355002d7ee58c90011436d879bccc7d3885.tar.gz |
Use gmp's buildlink.mk (Makefile).
Remove another kerberos prototype that's conflicting with the real one
(patch-ag).
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r-- | security/srp_client/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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" |