pkgsrc-WIP-changes archive

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

fix dangling .includes



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Thu Sep 24 05:43:20 2015 +0200
Changeset:	585d3f4c1d24eb669706aef82115d99688dfbe02

Modified Files:
	py-cubicweb/Makefile
	py-yams/Makefile

Log Message:
fix dangling .includes

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

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

diffstat:
 py-cubicweb/Makefile | 2 +-
 py-yams/Makefile     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-cubicweb/Makefile b/py-cubicweb/Makefile
index 1965619..ce3e485 100644
--- a/py-cubicweb/Makefile
+++ b/py-cubicweb/Makefile
@@ -14,7 +14,7 @@ LICENSE=	gnu-lgpl-v2.1 AND gnu-gpl-v2
 DEPENDS+=	${PYPKGPREFIX}-passlib>=1.6.2../../security/py-passlib
 DEPENDS+=	${PYPKGPREFIX}-lxml>=3.3.5:../../textproc/py-lxml
 DEPENDS+=	${PYPKGPREFIX}-rql>=0.33.0:../../wip/py-rql
-DEPENDS+=	${PYPKGPREFIX}-logilab-common-[0-9]*:../devel/py-logilab-common
+DEPENDS+=	${PYPKGPREFIX}-logilab-common-[0-9]*:../../devel/py-logilab-common
 
 USE_LANGUAGES=	# none
 
diff --git a/py-yams/Makefile b/py-yams/Makefile
index dd0e877..5e2cfb9 100644
--- a/py-yams/Makefile
+++ b/py-yams/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Entity / relation schema
 
 USE_LANGUAGES=	# none
 
-DEPENDS+=	${PYPKGPREFIX}-logilab-common-[0-9]*:../devel/py-logilab-common
+DEPENDS+=	${PYPKGPREFIX}-logilab-common-[0-9]*:../../devel/py-logilab-common
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index