pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix dependency pattern as per hint from wiz@
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Wed May 18 13:20:20 2016 +0200
Changeset: 9ad2f01391882aecc8050f42b6e7fbd7ebd97bea
Modified Files:
py-junos-netconify/Makefile
Log Message:
Fix dependency pattern as per hint from wiz@
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ad2f01391882aecc8050f42b6e7fbd7ebd97bea
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-junos-netconify/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/py-junos-netconify/Makefile b/py-junos-netconify/Makefile
index 611312f..864ad1e 100644
--- a/py-junos-netconify/Makefile
+++ b/py-junos-netconify/Makefile
@@ -15,9 +15,9 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27
-DEPENDS+= ${PYPKGPREFIX}-serial:../../comms/py-serial
-DEPENDS+= ${PYPKGPREFIX}-paramiko:../../security/py-paramiko
-DEPENDS+= ${PYPKGPREFIX}-lxml:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
+DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
+DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index