pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/eric4 eric4: Changed buildlink3.mk to DEPENDS
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f686325b52e
branches: trunk
changeset: 369544:9f686325b52e
user: adam <adam%pkgsrc.org@localhost>
date: Sat Sep 30 13:59:12 2017 +0000
description:
eric4: Changed buildlink3.mk to DEPENDS
diffstat:
devel/eric4/options.mk | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 73d3ad279f21 -r 9f686325b52e devel/eric4/options.mk
--- a/devel/eric4/options.mk Sat Sep 30 13:58:36 2017 +0000
+++ b/devel/eric4/options.mk Sat Sep 30 13:59:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2014/05/04 13:10:47 rodent Exp $
+# $NetBSD: options.mk,v 1.5 2017/09/30 13:59:12 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.eric4
PKG_SUPPORTED_OPTIONS= sqlite mysql pgsql enchant pylint cxfreeze rope
@@ -27,15 +27,15 @@
#Enable source code analyzer for python
.if !empty(PKG_OPTIONS:Mpylint)
-.include "../../devel/py-pylint/buildlink3.mk"
+DEPENDS+= ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint
.endif
#Enable support for freezing Python scripts
.if !empty(PKG_OPTIONS:Mcxfreeze)
-.include "../../lang/py-cxfreeze/buildlink3.mk"
+DEPENDS+= ${PYPKGPREFIX}-cxfreeze-[0-9]*:../../lang/py-cxfreeze
.endif
#Enable support for code refactoring
.if !empty(PKG_OPTIONS:Mrope)
-.include "../../devel/py-rope/buildlink3.mk"
+DEPENDS+= ${PYPKGPREFIX}-rope-[0-9]*:../../devel/py-rope
.endif
Home |
Main Index |
Thread Index |
Old Index