aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-29 11:20:02 +0800
committeredwin <edwin@FreeBSD.org>2003-04-29 11:20:02 +0800
commitc677fece55c9bf97749b031373f9ced91ac21b1b (patch)
tree7cb68adf53f75e9ff36d758a98f3d9fc3f72ac0b
parentaa45af43bb93493148d8547c6511090a4ea1660c (diff)
downloadfreebsd-ports-gnome-c677fece55c9bf97749b031373f9ced91ac21b1b.tar.gz
freebsd-ports-gnome-c677fece55c9bf97749b031373f9ced91ac21b1b.tar.zst
freebsd-ports-gnome-c677fece55c9bf97749b031373f9ced91ac21b1b.zip
add missing dependency to p5-MLDBM-Sync
Add missing dependency on Digest::MD5 Noticed by: Juha Erkkila <erkkila@cc.jyu.fi> PR: ports/51339 Submitted by: Erwin Lansing <erwin@lansing.dk>
-rw-r--r--databases/p5-MLDBM-Sync/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/p5-MLDBM-Sync/Makefile b/databases/p5-MLDBM-Sync/Makefile
index c2e3df3e91a1..7b4ff2605c1b 100644
--- a/databases/p5-MLDBM-Sync/Makefile
+++ b/databases/p5-MLDBM-Sync/Makefile
@@ -23,4 +23,11 @@ PERL_CONFIGURE= yes
MAN3= MLDBM::Sync.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+.endif
+
+.include <bsd.port.post.mk>