diff options
author | asami <asami@FreeBSD.org> | 2000-09-17 10:39:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-17 10:39:30 +0800 |
commit | 0cd65e42af0b9b19307c7b3ee531be29f6077008 (patch) | |
tree | 3634487dba7c16305fdd71ae77dba247dbc005ae /devel/cons-test | |
parent | 77776411254643aaba7a51f100c7c6cde1209efb (diff) | |
download | freebsd-ports-gnome-0cd65e42af0b9b19307c7b3ee531be29f6077008.tar.gz freebsd-ports-gnome-0cd65e42af0b9b19307c7b3ee531be29f6077008.tar.zst freebsd-ports-gnome-0cd65e42af0b9b19307c7b3ee531be29f6077008.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
Diffstat (limited to 'devel/cons-test')
-rw-r--r-- | devel/cons-test/Makefile | 4 |
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 |