Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 02:59:59 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@vlink.ru
Subject:   ports/48572: [fix] devel/p5-Class-Container. Wrong target for check dependence
Message-ID:  <E18mjYl-000B7U-00@sem-home.ciam.ru>

next in thread | raw e-mail | index | archive | help

>Number:         48572
>Category:       ports
>Synopsis:       [fix] devel/p5-Class-Container. Wrong target for check dependence
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 16:00:33 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sem-home.ciam.ru 5.0-RELEASE FreeBSD 5.0-RELEASE #2: Mon Jan 20 12:56:36 MSK 2003 root@sem-home.ciam.ru:/usr/obj/usr/src/sys/SEM-HOME i386


	
>Description:
	devel/p5-Class-Container depend on /devel/p5-Params-Validate
	but wrong target for check dependence
>How-To-Repeat:
	
>Fix:


--- Makefile.orig	Sun Feb 23 02:47:56 2003
+++ Makefile	Sun Feb 23 02:54:36 2003
@@ -15,7 +15,7 @@
 MAINTAINER=	dsh@vlink.ru
 COMMENT=	Glues object frameworks together transparently
 
-BUILD_DEPENDS=	${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18mjYl-000B7U-00>