diff options
author | mharo <mharo@FreeBSD.org> | 2005-01-10 05:25:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2005-01-10 05:25:11 +0800 |
commit | 51e94783c7bb4e8c6e4425d3a1dc924c3af50c45 (patch) | |
tree | e0bd83391af3937bd3e044a1c811e58a1c0ec381 /security | |
parent | 5db7fcbe36ab45d25b025b07fa98c1870f421d4c (diff) | |
download | freebsd-ports-gnome-51e94783c7bb4e8c6e4425d3a1dc924c3af50c45.tar.gz freebsd-ports-gnome-51e94783c7bb4e8c6e4425d3a1dc924c3af50c45.tar.zst freebsd-ports-gnome-51e94783c7bb4e8c6e4425d3a1dc924c3af50c45.zip |
Add RUN_DEPENDS
PR: 75803
Submitted by: ITO, Takayuki <yuki@euc.jp>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 1fd63e2c1a0d..509429f9e491 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random ${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ ${PERLBASE}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \ ${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |