pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/coherence Fix dependency on twisted.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a25e29af3276
branches: trunk
changeset: 395801:a25e29af3276
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jul 13 14:50:40 2009 +0000
description:
Fix dependency on twisted.
diffstat:
net/coherence/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ea800457cc7e -r a25e29af3276 net/coherence/Makefile
--- a/net/coherence/Makefile Mon Jul 13 14:49:15 2009 +0000
+++ b/net/coherence/Makefile Mon Jul 13 14:50:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/08 17:20:50 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/13 14:50:40 joerg Exp $
#
DISTNAME= Coherence-0.6.4
@@ -13,7 +13,7 @@
USE_LANGUAGES= # none
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= ${PYPKGPREFIX}-twisted:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index