Date: Wed, 7 Jun 2006 02:37:39 GMT From: michael johnson <ahze@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/98605: [Patch] add missing RUN_DEPENDS to devel/p5-Net-DBus Message-ID: <200606070237.k572bdkW043296@www.freebsd.org> Resent-Message-ID: <200606070250.k572oDOb077136@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98605 >Category: ports >Synopsis: [Patch] add missing RUN_DEPENDS to devel/p5-Net-DBus >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: Wed Jun 07 02:50:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: >Organization: >Environment: >Description: Add missing RUN_DEPENDS >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Net-DBus/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 16 Feb 2006 10:43:26 -0000 1.5 +++ Makefile 7 Jun 2006 02:17:10 -0000 @@ -7,6 +7,7 @@ PORTNAME= Net-DBus PORTVERSION= 0.33.1 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -16,6 +17,8 @@ COMMENT= Perl extension for the DBus message system LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus +RUN_DEPENDS= ${SITE_PERL}/XML/Grove.pm:${PORTSDIR}/textproc/p5-XML-Grove \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes USE_GNOME= pkgconfig PERL_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606070237.k572bdkW043296>