aboutsummaryrefslogtreecommitdiff
path: root/devel/cons-test
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-17 02:39:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-17 02:39:30 +0000
commite2d4637b157af2524c6fd4cab147caf261457f50 (patch)
tree9fe64fe16983f01d84cfe06b83240809e19a7c52 /devel/cons-test
parent2710ce59353bb5188ba8297ad0a1226f6984ba51 (diff)
downloadports-e2d4637b157af2524c6fd4cab147caf261457f50.tar.gz
ports-e2d4637b157af2524c6fd4cab147caf261457f50.zip
I don't know what BUILD_DEPENDS=${PERL} means, but USE_PERL5 should take
care of that. Submitted by: broken index :< Add / to end of one of MASTER_SITES. Submitted by: portlint
Notes
Notes: svn path=/head/; revision=32738
Diffstat (limited to 'devel/cons-test')
-rw-r--r--devel/cons-test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile
index 214020a2b85c..68c2e885d126 100644
--- a/devel/cons-test/Makefile
+++ b/devel/cons-test/Makefile
@@ -10,12 +10,12 @@ PORTVERSION= 2.0.2
CATEGORIES= devel
MASTER_SITES= http://www.dsmit.com/cons/stable/ \
http://www.gnu.org/software/cons/stable/ \
- ftp://ftp.gnu.org/pub/gnu/cons/stable/${PORTVERSION} \
+ ftp://ftp.gnu.org/pub/gnu/cons/stable/${PORTVERSION}/ \
http://www.baldmt.com/cons/stable/
EXTRACT_SUFX= .tgz
MAINTAINER= rv@FreeBSD.org
-BUILD_DEPENDS= ${PERL}
+
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/MD5.pm:${PORTSDIR}/security/p5-MD5 ${LOCALBASE}/bin/cons:${PORTSDIR}/devel/cons
USE_PERL5= yes