Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 11:53:18 +0400 (MSD)
From:      Alex Kapranoff <kappa@agava.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38067: p5-PDFLib needs pdflib at build time
Message-ID:  <200205140753.g4E7rICR010383@kapkan.domain>

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

>Number:         38067
>Category:       ports
>Synopsis:       p5-PDFLib needs pdflib at build time
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 14 01:00:08 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kapranoff
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
AGAVA Software
>Environment:
System: FreeBSD kapkan.domain 4.5-STABLE FreeBSD 4.5-STABLE #2: Wed Apr 24 10:23:52 MSD 2002 root@kapkan.domain:/usr/src/sys/compile/KAPKAN i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	
This patch just adds a BUILD_DEPENDS on pdflib in addition to
RUN_DEPENDS.

diff -ur /usr/ports/print/p5-PDFLib/Makefile p5-PDFLib/Makefile
--- /usr/ports/print/p5-PDFLib/Makefile	Mon May 13 20:49:05 2002
+++ p5-PDFLib/Makefile	Tue May 14 11:50:59 2002
@@ -15,6 +15,7 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
+BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib
 RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib
 
 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?200205140753.g4E7rICR010383>