pkgsrc-WIP-changes archive

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

Fix line in options.mk



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Nov 1 17:24:01 2015 +0100
Changeset:	99ed98a9fc725cab1a92706b449d96932ca9532b

Modified Files:
	spyder/Makefile
	spyder/options.mk

Log Message:
Fix line in options.mk

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

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

diffstat:
 spyder/Makefile   | 2 +-
 spyder/options.mk | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/spyder/Makefile b/spyder/Makefile
index 20fca48..719308d 100644
--- a/spyder/Makefile
+++ b/spyder/Makefile
@@ -22,7 +22,7 @@ PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
 post-extract:
 	${MV} ${WRKSRC}/scripts/spyder ${WRKSRC}/scripts/spyder${PYVERSSUFFIX}
 
-#.include "options.mk"
+.include "options.mk"
 
 .include "../../lang/python/extension.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
diff --git a/spyder/options.mk b/spyder/options.mk
index 179b0b2..4e41e5b 100644
--- a/spyder/options.mk
+++ b/spyder/options.mk
@@ -18,9 +18,11 @@ DEPENDS+=	${PYPKGPREFIX}-ipython>=2.0.0:../../devel/py-ipython
 
 .if !empty(PKG_OPTIONS:Mnumpy)
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.9.2:../../math/py-numpy
+.endif
 
 .if !empty(PKG_OPTIONS:Mscipy)
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
+.endif
 
 .if !empty(PKG_OPTIONS:Mpandas)
 DEPENDS+=	${PYPKGPREFIX}-pandas>=0.16.2:../../math/py-pandas


Home | Main Index | Thread Index | Old Index