diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
commit | 40b91e7ab919c68deb72b748cca1857afc0cc61a (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/p5-Crypt-DH | |
parent | ff862ac29f9feb874c8377e73c53e1d92c1569c8 (diff) | |
download | pkgsrc-40b91e7ab919c68deb72b748cca1857afc0cc61a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/p5-Crypt-DH')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 1d0939419d6..26a07153ed2 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/03 21:57:27 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/23 18:16:41 asau Exp $ # DISTNAME= Crypt-DH-0.06 @@ -13,8 +13,6 @@ HOMEPAGE= http://search.cpan.org/dist/Crypt-DH/ COMMENT= Perl5 module for the Diffie-Hellman key exchange system LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= p5-Math-BigInt-GMP-[0-9]*:../../math/p5-Math-BigInt-GMP DEPENDS+= p5-Math-BigInt-Pari-[0-9]*:../../math/p5-Math-BigInt-Pari DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random |