diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 02:52:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 02:52:13 +0000 |
commit | 6e497f06be1cff09c51daba02a388bdef518b13d (patch) | |
tree | f4bd3a2571a7da8a676746cd6a5162f1ee282da7 /biology | |
parent | 8b4c0f0d56fa3ef359a0363badeb2eb5c7a0ec4a (diff) |
Add dependency on security/p5-Digest-MD5
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=75433
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-AcePerl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile index 9cefe7670932..60a3b56c8f23 100644 --- a/biology/p5-AcePerl/Makefile +++ b/biology/p5-AcePerl/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= bio@freebsd.net +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Ace.3 Ace::Browser::AceSubs.3 Ace::Browser::SearchSubs.3 \ |