BUILD_DEPENDS = ${RUN_DEPENDS} is bad practice (think about bulk builder)

and is far from being needed here.
This commit is contained in:
ajacoutot 2016-01-27 06:56:02 +00:00
parent cd696dbb8a
commit e0f2ac591a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/01/26 23:10:08 abieber Exp $
# $OpenBSD: Makefile,v 1.2 2016/01/27 06:56:02 ajacoutot Exp $
COMMENT= 3D printing host suite
DISTNAME= printrun-20150310
@ -29,8 +29,8 @@ RUN_DEPENDS= devel/desktop-file-utils \
x11/py-pyglet \
x11/py-wxPython \
BUILD_DEPENDS= lang/cython \
${RUN_DEPENDS}
BUILD_DEPENDS= devel/py-serial \
lang/cython
SUBST_VARS+= LOCALBASE