Skip site navigation (1)Skip section navigation (2)
Date:      4 Mar 1999 10:29:56 -0000
From:      Tom Hukins <tom@eborcom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10386: Fix port: p5-MLDBM
Message-ID:  <19990304102956.6370.qmail@eborcom.com>

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

>Number:         10386
>Category:       ports
>Synopsis:       Fix port: p5-MLDBM
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar  4 03:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Tom Hukins
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
eBORcOM
>Environment:


>Description:

The p5-MLDBM port looks in the wrong place for its dependencies.
The small patch below fixes that.

No files have been added or removed.

>How-To-Repeat:

	

>Fix:
	
diff -ruN p5-MLDBM.old/Makefile p5-MLDBM/Makefile
--- p5-MLDBM.old/Makefile	Tue Sep 15 23:19:37 1998
+++ p5-MLDBM/Makefile	Thu Mar  4 10:22:36 1999
@@ -14,8 +14,8 @@
 
 MAINTAINER=     ports@FreeBSD.ORG
 
-BUILD_DEPENDS= 	${PREFIX}/lib/perl5/site_perl/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
-		${PREFIX}/lib/perl5/site_perl/Storable.pm:${PORTSDIR}/devel/p5-Storable
+BUILD_DEPENDS= 	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
+		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Storable.pm:${PORTSDIR}/devel/p5-Storable
 
 USE_PERL5=	YES
 

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


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990304102956.6370.qmail>