From e0f2ac591acd09daa7a111d4ad90a6080cfa9942 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 27 Jan 2016 06:56:02 +0000 Subject: [PATCH] BUILD_DEPENDS = ${RUN_DEPENDS} is bad practice (think about bulk builder) and is far from being needed here. --- print/printrun/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print/printrun/Makefile b/print/printrun/Makefile index 5f23227dd52..9202c44fb1f 100644 --- a/print/printrun/Makefile +++ b/print/printrun/Makefile @@ -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