Date: Sat, 24 Jun 2006 11:26:45 GMT From: Tsung-Han Yeh <snowfly@yuntech.edu.tw> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/99409: [maintainer-update] devel/p5-Module-Compile : fix Makefile Message-ID: <200606241126.k5OBQjVI046507@www.freebsd.org> Resent-Message-ID: <200606241130.k5OBUKRM056383@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99409 >Category: ports >Synopsis: [maintainer-update] devel/p5-Module-Compile : fix Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 24 11:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tsung-Han Yeh >Release: FreeBSD 6.0-STABLE >Organization: >Environment: FreeBSD AntiVirus.yuntech.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Nov 27 22:46:26 CST 2005 root@AntiVirus.yuntech.edu.tw:/usr/src/sys/i386/compile/AntiVirus i386 >Description: Fixed devel/p5-Module-Compile/Makefile for the problem with duplicated dependencies. >How-To-Repeat: >Fix: --- p5-Module-Compile.diff begins here --- diff -ruN /usr/ports/devel/p5-Module-Compile/Makefile p5-Module-Compile/Makefile --- /usr/ports/devel/p5-Module-Compile/Makefile Wed Jun 14 09:29:37 2006 +++ p5-Module-Compile/Makefile Sat Jun 24 19:37:14 2006 @@ -16,7 +16,7 @@ MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Provide a system for writing modules that compile other Perl modules -BUILD_DEPENDS= ${SITE_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Module-Compile.diff end here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606241126.k5OBQjVI046507>