pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/eric4
Module Name: pkgsrc
Committed By: adam
Date: Sat Sep 30 13:59:12 UTC 2017
Modified Files:
pkgsrc/devel/eric4: options.mk
Log Message:
eric4: Changed buildlink3.mk to DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/eric4/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/eric4/options.mk
diff -u pkgsrc/devel/eric4/options.mk:1.4 pkgsrc/devel/eric4/options.mk:1.5
--- pkgsrc/devel/eric4/options.mk:1.4 Sun May 4 13:10:47 2014
+++ pkgsrc/devel/eric4/options.mk Sat Sep 30 13:59:12 2017
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4.2
#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