pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fix dangling dependencies



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Mar 5 16:14:58 2016 +0100
Changeset:	6ef075cd49efa6cbff501cc49eecab9efde2904d

Modified Files:
	koha/Makefile
	twitim/Makefile

Log Message:
fix dangling dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6ef075cd49efa6cbff501cc49eecab9efde2904d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 koha/Makefile   | 2 +-
 twitim/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/koha/Makefile b/koha/Makefile
index 95ce018..4499f90 100644
--- a/koha/Makefile
+++ b/koha/Makefile
@@ -24,7 +24,7 @@ DEPENDS+=	p5-PDF-API2>=0.65:../../textproc/p5-PDF-API2
 DEPENDS+=	p5-XML-Simple>=2.18:../../textproc/p5-XML-Simple
 DEPENDS+=	p5-libwww>=5.808:../../www/p5-libwww
 
-DEPENDS+=	p5-Data-Random>=0.05:../../wip/p5-Data-Random
+DEPENDS+=	p5-Data-Random>=0.05:../../devel/p5-Data-Random
 DEPENDS+=	p5-GD-Barcode>=1.15:../../graphics/p5-GD-Barcode
 DEPENDS+=	p5-MARC-Record>=2.0.0:../../databases/p5-MARC-Record
 DEPENDS+=	p5-MARC-XML>=0.87:../../databases/p5-MARC-XML
diff --git a/twitim/Makefile b/twitim/Makefile
index a05bc96..f736fa2 100644
--- a/twitim/Makefile
+++ b/twitim/Makefile
@@ -34,7 +34,7 @@ DEPENDS+=	p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
 DEPENDS+=	p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
 DEPENDS+=	p5-URI-[0-9]*:../../www/p5-URI
 DEPENDS+=	p5-Net-OAuth-[0-9]*:../../net/p5-Net-OAuth
-DEPENDS+=	p5-Data-Random-[0-9]*:../../wip/p5-Data-Random
+DEPENDS+=	p5-Data-Random-[0-9]*:../../devel/p5-Data-Random
 DEPENDS+=	libgnome-[0-9]*:../../devel/libgnome
 
 .include "options.mk"


Home | Main Index | Thread Index | Old Index